Html Css Color HEX #578076 Cutty Sark

📋 copy color: '#578076'

red 87 ◦ green 128 ◦ blue 118

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

Shades of Cutty Sark #578076

Tints of Cutty Sark #578076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.44%

R = 26.13%
G = 38.44%
B = 35.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#578076 (or 0x578076) is known color: Cutty Sark. HEX triplet: 57, 80 and 76. RGB value is (87,128,118). Sum of RGB (Red+Green+Blue) = 87+128+118=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 128 - color contains mainly: green. Hex color #578076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578076 is #A87F89. Grayscale: #727272. Windows color (decimal): -11042698 or 7766103. OLE color: 7766103.

HSL color Cylindrical-coordinate representation of color #578076: hue angle of 165.37º 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 #578076 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 128 118 -
CMYK 0.32 0 0.08 0.50
HSL 165.37º 0.19% 0.42% -
HSV(B) 165.37º 0.32% 0.5% -
XYZ 14.92 18.77 19.98 -
YUV 114.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 87 128 118 0.32 0 0.08 0.50 165.37 0.19 0.42
Hex 57 80 76 20 0 8 32 A5 13 2A
Octal 127 200 166 40 0 10 62 245 23 52
Binary 1010111 10000000 1110110 100000 0 1000 110010 10100101 10011 101010

Color Harmonies of #578076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578076

Black with #578076

Text Example


Text Example

White with #578076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578076; }

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

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

background-color css

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

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

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

border-color css

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

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

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