Html Css Color HEX #598274 Cutty Sark

📋 copy color: '#598274'

red 89 ◦ green 130 ◦ blue 116

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

Shades of Cutty Sark #598274

Tints of Cutty Sark #598274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 26.57%
G = 38.81%
B = 34.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#598274 (or 0x598274) is known color: Cutty Sark. HEX triplet: 59, 82 and 74. RGB value is (89,130,116). Sum of RGB (Red+Green+Blue) = 89+130+116=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #598274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598274 is #A67D8B. Grayscale: #747474. Windows color (decimal): -10911116 or 7635545. OLE color: 7635545.

HSL color Cylindrical-coordinate representation of color #598274: hue angle of 159.51º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #598274 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 89 130 116 -
CMYK 0.32 0 0.11 0.49
HSL 159.51º 0.19% 0.43% -
HSV(B) 159.51º 0.32% 0.51% -
XYZ 15.25 19.35 19.45 -
YUV 116.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 89 130 116 0.32 0 0.11 0.49 159.51 0.19 0.43
Hex 59 82 74 20 0 B 31 A0 13 2B
Octal 131 202 164 40 0 13 61 240 23 53
Binary 1011001 10000010 1110100 100000 0 1011 110001 10100000 10011 101011

Color Harmonies of #598274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598274

Black with #598274

Text Example


Text Example

White with #598274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598274; }

 p { color: rgb(89,130,116); }

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

background-color css

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

 a { background-color: rgb(89,130,116); }

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

border-color css

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

 span { border-color: rgb(89,130,116); }

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