#505754

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

Shades of Cape Cod #505754

Tints of Cape Cod #505754

Color information

#505754 (or 0x505754) is unknown color: approx Cape Cod. HEX triplet: 50, 57 and 54. RGB value is (80,87,84). Sum of RGB (Red+Green+Blue) = 80+87+84=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 87 - color contains mainly: green. Hex color #505754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505754 is #AFA8AB. Grayscale: #545454. Windows color (decimal): -11511980 or 5527376. OLE color: 5527376.

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

Color convert

RGB808784-
CMYK0.0800.030.66
HSL154.29º4.19%32.75%-
HSV(B)154.29º8.05%34.12%-
XYZ8.329.169.72-
YUV84.56127.68124.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=31.87%
G=34.66%
B=33.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087840.0800.030.66154.294.1932.75
Hex505754803429a421
Octal1201271241003102232441
Binary1010000101011110101001000011100001010011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505754; }

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

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

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

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

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

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

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

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