Html Css Color HEX #59857B Cutty Sark

📋 copy color: '#59857B'

red 89 ◦ green 133 ◦ blue 123

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

Shades of Cutty Sark #59857B

Tints of Cutty Sark #59857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 25.8%
G = 38.55%
B = 35.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#59857B (or 0x59857B) is known color: Cutty Sark. HEX triplet: 59, 85 and 7B. RGB value is (89,133,123). Sum of RGB (Red+Green+Blue) = 89+133+123=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #59857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59857B is #A67A84. Grayscale: #767676. Windows color (decimal): -10910341 or 8095065. OLE color: 8095065.

HSL color Cylindrical-coordinate representation of color #59857B: hue angle of 166.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59857B is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 133 123 -
CMYK 0.33 0 0.08 0.48
HSL 166.36º 0.2% 0.44% -
HSV(B) 166.36º 0.33% 0.52% -
XYZ 16.08 20.33 21.82 -
YUV 118.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 89 133 123 0.33 0 0.08 0.48 166.36 0.2 0.44
Hex 59 85 7B 21 0 8 30 A6 14 2C
Octal 131 205 173 41 0 10 60 246 24 54
Binary 1011001 10000101 1111011 100001 0 1000 110000 10100110 10100 101100

Color Harmonies of #59857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59857B

Black with #59857B

Text Example


Text Example

White with #59857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59857B; }

 p { color: rgb(89,133,123); }

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

background-color css

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

 a { background-color: rgb(89,133,123); }

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

border-color css

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

 span { border-color: rgb(89,133,123); }

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