Html Css Color HEX #578071 Cutty Sark

📋 copy color: '#578071'

red 87 ◦ green 128 ◦ blue 113

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

Shades of Cutty Sark #578071

Tints of Cutty Sark #578071

RGB

 RED value IS 87 (34.38% from 255) = 26.52%

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 26.52%
G = 39.02%
B = 34.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#578071 (or 0x578071) is known color: Cutty Sark. HEX triplet: 57, 80 and 71. RGB value is (87,128,113). Sum of RGB (Red+Green+Blue) = 87+128+113=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #578071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578071 is #A87F8E. Grayscale: #727272. Windows color (decimal): -11042703 or 7438423. OLE color: 7438423.

HSL color Cylindrical-coordinate representation of color #578071: hue angle of 158.05º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #578071 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 128 113 -
CMYK 0.32 0 0.12 0.50
HSL 158.05º 0.19% 0.42% -
HSV(B) 158.05º 0.32% 0.5% -
XYZ 14.63 18.66 18.45 -
YUV 114.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 87 128 113 0.32 0 0.12 0.50 158.05 0.19 0.42
Hex 57 80 71 20 0 C 32 9E 13 2A
Octal 127 200 161 40 0 14 62 236 23 52
Binary 1010111 10000000 1110001 100000 0 1100 110010 10011110 10011 101010

Color Harmonies of #578071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578071

Black with #578071

Text Example


Text Example

White with #578071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578071; }

 p { color: rgb(87,128,113); }

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

background-color css

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

 a { background-color: rgb(87,128,113); }

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

border-color css

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

 span { border-color: rgb(87,128,113); }

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