Html Css Color HEX #59867C Cutty Sark

📋 copy color: '#59867C'

red 89 ◦ green 134 ◦ blue 124

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

Shades of Cutty Sark #59867C

Tints of Cutty Sark #59867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 25.65%
G = 38.62%
B = 35.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#59867C (or 0x59867C) is known color: Cutty Sark. HEX triplet: 59, 86 and 7C. RGB value is (89,134,124). Sum of RGB (Red+Green+Blue) = 89+134+124=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #59867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59867C is #A67983. Grayscale: #777777. Windows color (decimal): -10910084 or 8160857. OLE color: 8160857.

HSL color Cylindrical-coordinate representation of color #59867C: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59867C is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 134 124 -
CMYK 0.34 0 0.07 0.47
HSL 166.67º 0.2% 0.44% -
HSV(B) 166.67º 0.34% 0.53% -
XYZ 16.28 20.63 22.19 -
YUV 119.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 89 134 124 0.34 0 0.07 0.47 166.67 0.2 0.44
Hex 59 86 7C 22 0 7 2F A7 14 2C
Octal 131 206 174 42 0 7 57 247 24 54
Binary 1011001 10000110 1111100 100010 0 111 101111 10100111 10100 101100

Color Harmonies of #59867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59867C

Black with #59867C

Text Example


Text Example

White with #59867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59867C; }

 p { color: rgb(89,134,124); }

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

background-color css

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

 a { background-color: rgb(89,134,124); }

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

border-color css

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

 span { border-color: rgb(89,134,124); }

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