Html Css Color HEX #578F74 Cutty Sark

📋 copy color: '#578F74'

red 87 ◦ green 143 ◦ blue 116

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

Shades of Cutty Sark #578F74

Tints of Cutty Sark #578F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.33%

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

R = 25.14%
G = 41.33%
B = 33.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#578F74 (or 0x578F74) is known color: Cutty Sark. HEX triplet: 57, 8F and 74. RGB value is (87,143,116). Sum of RGB (Red+Green+Blue) = 87+143+116=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #578F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578F74 is #A8708B. Grayscale: #7B7B7B. Windows color (decimal): -11038860 or 7638871. OLE color: 7638871.

HSL color Cylindrical-coordinate representation of color #578F74: hue angle of 151.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #578F74 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 143 116 -
CMYK 0.39 0 0.19 0.44
HSL 151.07º 0.24% 0.45% -
HSV(B) 151.07º 0.39% 0.56% -
XYZ 16.91 22.93 20.06 -
YUV 123.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 87 143 116 0.39 0 0.19 0.44 151.07 0.24 0.45
Hex 57 8F 74 27 0 13 2C 97 18 2D
Octal 127 217 164 47 0 23 54 227 30 55
Binary 1010111 10001111 1110100 100111 0 10011 101100 10010111 11000 101101

Color Harmonies of #578F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578F74

Black with #578F74

Text Example


Text Example

White with #578F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578F74; }

 p { color: rgb(87,143,116); }

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

background-color css

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

 a { background-color: rgb(87,143,116); }

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

border-color css

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

 span { border-color: rgb(87,143,116); }

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