Html Css Color HEX #57806F Cutty Sark

📋 copy color: '#57806F'

red 87 ◦ green 128 ◦ blue 111

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

Shades of Cutty Sark #57806F

Tints of Cutty Sark #57806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 26.69%
G = 39.26%
B = 34.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#57806F (or 0x57806F) is known color: Cutty Sark. HEX triplet: 57, 80 and 6F. RGB value is (87,128,111). Sum of RGB (Red+Green+Blue) = 87+128+111=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #57806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57806F is #A87F90. Grayscale: #717171. Windows color (decimal): -11042705 or 7307351. OLE color: 7307351.

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

Color convert

RGB 87 128 111 -
CMYK 0.32 0 0.13 0.50
HSL 155.12º 0.19% 0.42% -
HSV(B) 155.12º 0.32% 0.5% -
XYZ 14.52 18.61 17.87 -
YUV 113.8 126.42 108.88 -
System Red Green Blue C M Y K H S L
Decimal 87 128 111 0.32 0 0.13 0.50 155.12 0.19 0.42
Hex 57 80 6F 20 0 D 32 9B 13 2A
Octal 127 200 157 40 0 15 62 233 23 52
Binary 1010111 10000000 1101111 100000 0 1101 110010 10011011 10011 101010

Color Harmonies of #57806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57806F

Black with #57806F

Text Example


Text Example

White with #57806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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