Html Css Color HEX #57816E Cutty Sark

📋 copy color: '#57816E'

red 87 ◦ green 129 ◦ blue 110

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

Shades of Cutty Sark #57816E

Tints of Cutty Sark #57816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 26.69%
G = 39.57%
B = 33.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#57816E (or 0x57816E) is known color: Cutty Sark. HEX triplet: 57, 81 and 6E. RGB value is (87,129,110). Sum of RGB (Red+Green+Blue) = 87+129+110=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #57816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57816E is #A87E91. Grayscale: #727272. Windows color (decimal): -11042450 or 7242071. OLE color: 7242071.

HSL color Cylindrical-coordinate representation of color #57816E: hue angle of 152.86º 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 #57816E is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 129 110 -
CMYK 0.33 0 0.15 0.49
HSL 152.86º 0.19% 0.42% -
HSV(B) 152.86º 0.33% 0.51% -
XYZ 14.6 18.85 17.62 -
YUV 114.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 87 129 110 0.33 0 0.15 0.49 152.86 0.19 0.42
Hex 57 81 6E 21 0 F 31 99 13 2A
Octal 127 201 156 41 0 17 61 231 23 52
Binary 1010111 10000001 1101110 100001 0 1111 110001 10011001 10011 101010

Color Harmonies of #57816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57816E

Black with #57816E

Text Example


Text Example

White with #57816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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