Html Css Color HEX #57856E Cutty Sark

📋 copy color: '#57856E'

red 87 ◦ green 133 ◦ blue 110

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

Shades of Cutty Sark #57856E

Tints of Cutty Sark #57856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 26.36%
G = 40.3%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#57856E (or 0x57856E) is known color: Cutty Sark. HEX triplet: 57, 85 and 6E. RGB value is (87,133,110). Sum of RGB (Red+Green+Blue) = 87+133+110=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #57856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57856E is #A87A91. Grayscale: #747474. Windows color (decimal): -11041426 or 7243095. OLE color: 7243095.

HSL color Cylindrical-coordinate representation of color #57856E: hue angle of 150º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57856E is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 133 110 -
CMYK 0.35 0 0.17 0.48
HSL 150º 0.21% 0.43% -
HSV(B) 150º 0.35% 0.52% -
XYZ 15.13 19.93 17.8 -
YUV 116.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 87 133 110 0.35 0 0.17 0.48 150 0.21 0.43
Hex 57 85 6E 23 0 11 30 96 15 2B
Octal 127 205 156 43 0 21 60 226 25 53
Binary 1010111 10000101 1101110 100011 0 10001 110000 10010110 10101 101011

Color Harmonies of #57856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57856E

Black with #57856E

Text Example


Text Example

White with #57856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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