#505854

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

Shades of Cape Cod #505854

Tints of Cape Cod #505854

Color information

#505854 (or 0x505854) is unknown color: approx Cape Cod. HEX triplet: 50, 58 and 54. RGB value is (80,88,84). Sum of RGB (Red+Green+Blue) = 80+88+84=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #505854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505854 is #AFA7AB. Grayscale: #555555. Windows color (decimal): -11511724 or 5527632. OLE color: 5527632.

HSL color Cylindrical-coordinate representation of color #505854: hue angle of 150º 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 #505854 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB808884-
CMYK0.0900.050.65
HSL150º4.76%32.94%-
HSV(B)150º9.09%34.51%-
XYZ8.49.339.74-
YUV85.15127.35124.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=31.75%
G=34.92%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088840.0900.050.651504.7632.94
Hex5058549054196521
Octal1201301241105101226541
Binary10100001011000101010010010101100000110010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505854; }

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

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

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

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

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

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

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

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