Html Css Color HEX #578A78 Cutty Sark

📋 copy color: '#578A78'

red 87 ◦ green 138 ◦ blue 120

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

Shades of Cutty Sark #578A78

Tints of Cutty Sark #578A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.78%

R = 25.22%
G = 40%
B = 34.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#578A78 (or 0x578A78) is known color: Cutty Sark. HEX triplet: 57, 8A and 78. RGB value is (87,138,120). Sum of RGB (Red+Green+Blue) = 87+138+120=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #578A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578A78 is #A87587. Grayscale: #787878. Windows color (decimal): -11040136 or 7899735. OLE color: 7899735.

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

Color convert

RGB 87 138 120 -
CMYK 0.37 0 0.13 0.46
HSL 158.82º 0.23% 0.44% -
HSV(B) 158.82º 0.37% 0.54% -
XYZ 16.41 21.56 21.07 -
YUV 120.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 87 138 120 0.37 0 0.13 0.46 158.82 0.23 0.44
Hex 57 8A 78 25 0 D 2E 9F 17 2C
Octal 127 212 170 45 0 15 56 237 27 54
Binary 1010111 10001010 1111000 100101 0 1101 101110 10011111 10111 101100

Color Harmonies of #578A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578A78

Black with #578A78

Text Example


Text Example

White with #578A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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