Html Css Color HEX #57806D Cutty Sark

📋 copy color: '#57806D'

red 87 ◦ green 128 ◦ blue 109

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

Shades of Cutty Sark #57806D

Tints of Cutty Sark #57806D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 26.85%
G = 39.51%
B = 33.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#57806D (or 0x57806D) is known color: Cutty Sark. HEX triplet: 57, 80 and 6D. RGB value is (87,128,109). Sum of RGB (Red+Green+Blue) = 87+128+109=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #57806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57806D is #A87F92. Grayscale: #717171. Windows color (decimal): -11042707 or 7176279. OLE color: 7176279.

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

Color convert

RGB 87 128 109 -
CMYK 0.32 0 0.15 0.50
HSL 152.2º 0.19% 0.42% -
HSV(B) 152.2º 0.32% 0.5% -
XYZ 14.41 18.57 17.29 -
YUV 113.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 87 128 109 0.32 0 0.15 0.50 152.2 0.19 0.42
Hex 57 80 6D 20 0 F 32 98 13 2A
Octal 127 200 155 40 0 17 62 230 23 52
Binary 1010111 10000000 1101101 100000 0 1111 110010 10011000 10011 101010

Color Harmonies of #57806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57806D

Black with #57806D

Text Example


Text Example

White with #57806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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