Html Css Color HEX #578A74 Cutty Sark

📋 copy color: '#578A74'

red 87 ◦ green 138 ◦ blue 116

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

Shades of Cutty Sark #578A74

Tints of Cutty Sark #578A74

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.47%

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

R = 25.51%
G = 40.47%
B = 34.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#578A74 (or 0x578A74) is known color: Cutty Sark. HEX triplet: 57, 8A and 74. RGB value is (87,138,116). Sum of RGB (Red+Green+Blue) = 87+138+116=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #578A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578A74 is #A8758B. Grayscale: #787878. Windows color (decimal): -11040140 or 7637591. OLE color: 7637591.

HSL color Cylindrical-coordinate representation of color #578A74: hue angle of 154.12º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578A74 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 138 116 -
CMYK 0.37 0 0.16 0.46
HSL 154.12º 0.23% 0.44% -
HSV(B) 154.12º 0.37% 0.54% -
XYZ 16.17 21.46 19.81 -
YUV 120.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 87 138 116 0.37 0 0.16 0.46 154.12 0.23 0.44
Hex 57 8A 74 25 0 10 2E 9A 17 2C
Octal 127 212 164 45 0 20 56 232 27 54
Binary 1010111 10001010 1110100 100101 0 10000 101110 10011010 10111 101100

Color Harmonies of #578A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578A74

Black with #578A74

Text Example


Text Example

White with #578A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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