Html Css Color HEX #598472 Cutty Sark

📋 copy color: '#598472'

red 89 ◦ green 132 ◦ blue 114

#598472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #598472

Tints of Cutty Sark #598472

RGB

 RED value IS 89 (35.16% from 255) = 26.57%

 GREEN value IS 132 (51.95% from 255) = 39.4%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 26.57%
G = 39.4%
B = 34.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#598472 (or 0x598472) is known color: Cutty Sark. HEX triplet: 59, 84 and 72. RGB value is (89,132,114). Sum of RGB (Red+Green+Blue) = 89+132+114=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #598472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598472 is #A67B8D. Grayscale: #757575. Windows color (decimal): -10910606 or 7504985. OLE color: 7504985.

HSL color Cylindrical-coordinate representation of color #598472: hue angle of 154.88º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #598472 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 132 114 -
CMYK 0.33 0 0.14 0.48
HSL 154.88º 0.19% 0.43% -
HSV(B) 154.88º 0.33% 0.52% -
XYZ 15.41 19.84 18.94 -
YUV 117.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 89 132 114 0.33 0 0.14 0.48 154.88 0.19 0.43
Hex 59 84 72 21 0 E 30 9B 13 2B
Octal 131 204 162 41 0 16 60 233 23 53
Binary 1011001 10000100 1110010 100001 0 1110 110000 10011011 10011 101011

Color Harmonies of #598472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598472

Black with #598472

Text Example


Text Example

White with #598472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598472; }

 p { color: rgb(89,132,114); }

 H1.HeaderClassName
 {
   color: #598472;
 }
 .AnyTagClassName
 {
   color: #598472;
 }
</style>

background-color css

<style>
 a { background-color: #598472; }

 a { background-color: rgb(89,132,114); }

 div.DivClassName
 {
   background-color: #598472;
 }
 .BgClassName
 {
   background-color: #598472;
 }
</style>

border-color css

<style>
 span { border-color: #598472; }

 span { border-color: rgb(89,132,114); }

 td.TdClassName
 {
   border-color: #598472;
 }
 .TagClassName
 {
   border-color: #598472;
 }
</style>