Html Css Color HEX #578A70 Cutty Sark

📋 copy color: '#578A70'

red 87 ◦ green 138 ◦ blue 112

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

Shades of Cutty Sark #578A70

Tints of Cutty Sark #578A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 25.82%
G = 40.95%
B = 33.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#578A70 (or 0x578A70) is known color: Cutty Sark. HEX triplet: 57, 8A and 70. RGB value is (87,138,112). Sum of RGB (Red+Green+Blue) = 87+138+112=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #578A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578A70 is #A8758F. Grayscale: #777777. Windows color (decimal): -11040144 or 7375447. OLE color: 7375447.

HSL color Cylindrical-coordinate representation of color #578A70: hue angle of 149.41º 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 #578A70 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 138 112 -
CMYK 0.37 0 0.19 0.46
HSL 149.41º 0.23% 0.44% -
HSV(B) 149.41º 0.37% 0.54% -
XYZ 15.94 21.37 18.61 -
YUV 119.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 87 138 112 0.37 0 0.19 0.46 149.41 0.23 0.44
Hex 57 8A 70 25 0 13 2E 95 17 2C
Octal 127 212 160 45 0 23 56 225 27 54
Binary 1010111 10001010 1110000 100101 0 10011 101110 10010101 10111 101100

Color Harmonies of #578A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578A70

Black with #578A70

Text Example


Text Example

White with #578A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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