#515855

Color #515855 Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #515855

Tints of Cape Cod #515855

Color information

#515855 (or 0x515855) is unknown color: approx Cape Cod. HEX triplet: 51, 58 and 55. RGB value is (81,88,85). Sum of RGB (Red+Green+Blue) = 81+88+85=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 88 - color contains mainly: green. Hex color #515855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515855 is #AEA7AA. Grayscale: #555555. Windows color (decimal): -11446187 or 5593169. OLE color: 5593169.

HSL color Cylindrical-coordinate representation of color #515855: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #515855 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB818885-
CMYK0.0800.030.65
HSL154.29º4.14%33.14%-
HSV(B)154.29º7.95%34.51%-
XYZ8.529.389.96-
YUV85.56127.68124.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=31.89%
G=34.65%
B=33.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188850.0800.030.65154.294.1433.14
Hex515855803419a421
Octal1211301251003101232441
Binary1010001101100010101011000011100000110011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515855; }

 p { color: rgb(81,88,85); }

 H1.HeaderClassName
 {
   color: #515855;
 }
 .AnyTagClassName
 {
   color: #515855;
 }
</style>
background-color css

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

 a { background-color: rgb(81,88,85); }

 div.DivClassName
 {
   background-color: #515855;
 }
 .BgClassName
 {
   background-color: #515855;
 }
</style>
border-color css

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

 span { border-color: rgb(81,88,85); }

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