#505856

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

Shades of Cape Cod #505856

Tints of Cape Cod #505856

Color information

#505856 (or 0x505856) is unknown color: approx Cape Cod. HEX triplet: 50, 58 and 56. RGB value is (80,88,86). Sum of RGB (Red+Green+Blue) = 80+88+86=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 88 - color contains mainly: green. Hex color #505856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505856 is #AFA7A9. Grayscale: #555555. Windows color (decimal): -11511722 or 5658704. OLE color: 5658704.

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

Color convert

RGB808886-
CMYK0.0900.020.65
HSL165º4.76%32.94%-
HSV(B)165º9.09%34.51%-
XYZ8.489.3610.16-
YUV85.38128.35124.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=31.50%
G=34.65%
B=33.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088860.0900.020.651654.7632.94
Hex50585690241a5521
Octal1201301261102101245541
Binary1010000101100010101101001010100000110100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505856; }

 p { color: rgb(80,88,86); }

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

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

 a { background-color: rgb(80,88,86); }

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

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

 span { border-color: rgb(80,88,86); }

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