#535464

Color #535464 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #535464

Tints of East Bay #535464

Color information

#535464 (or 0x535464) is unknown color: approx East Bay. HEX triplet: 53, 54 and 64. RGB value is (83,84,100). Sum of RGB (Red+Green+Blue) = 83+84+100=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 100 - color contains mainly: blue. Hex color #535464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535464 is #ACAB9B. Grayscale: #555555. Windows color (decimal): -11316124 or 6575187. OLE color: 6575187.

HSL color Cylindrical-coordinate representation of color #535464: hue angle of 236.47º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535464 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8384100-
CMYK0.170.1600.61
HSL236.47º9.29%35.88%-
HSV(B)236.47º17%39.22%-
XYZ9.049.113.34-
YUV85.52136.17126.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=31.09%
G=31.46%
B=37.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83841000.170.1600.61236.479.2935.88
Hex535464111003Dec924
Octal12312414421200753541144
Binary10100111010100110010010001100000111101111011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535464; }

 p { color: rgb(83,84,100); }

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

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

 a { background-color: rgb(83,84,100); }

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

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

 span { border-color: rgb(83,84,100); }

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