Html Css Color HEX #57816A Cutty Sark

📋 copy color: '#57816A'

red 87 ◦ green 129 ◦ blue 106

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

Shades of Cutty Sark #57816A

Tints of Cutty Sark #57816A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 27.02%
G = 40.06%
B = 32.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#57816A (or 0x57816A) is known color: Cutty Sark. HEX triplet: 57, 81 and 6A. RGB value is (87,129,106). Sum of RGB (Red+Green+Blue) = 87+129+106=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #57816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57816A is #A87E95. Grayscale: #717171. Windows color (decimal): -11042454 or 6979927. OLE color: 6979927.

HSL color Cylindrical-coordinate representation of color #57816A: hue angle of 147.14º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57816A is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 129 106 -
CMYK 0.33 0 0.18 0.49
HSL 147.14º 0.19% 0.42% -
HSV(B) 147.14º 0.33% 0.51% -
XYZ 14.38 18.77 16.5 -
YUV 113.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 87 129 106 0.33 0 0.18 0.49 147.14 0.19 0.42
Hex 57 81 6A 21 0 12 31 93 13 2A
Octal 127 201 152 41 0 22 61 223 23 52
Binary 1010111 10000001 1101010 100001 0 10010 110001 10010011 10011 101010

Color Harmonies of #57816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57816A

Black with #57816A

Text Example


Text Example

White with #57816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57816A; }

 p { color: rgb(87,129,106); }

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

background-color css

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

 a { background-color: rgb(87,129,106); }

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

border-color css

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

 span { border-color: rgb(87,129,106); }

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