#535B6C

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

Shades of East Bay #535B6C

Tints of East Bay #535B6C

Color information

#535B6C (or 0x535B6C) is unknown color: approx East Bay. HEX triplet: 53, 5B and 6C. RGB value is (83,91,108). Sum of RGB (Red+Green+Blue) = 83+91+108=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #535B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535B6C is #ACA493. Grayscale: #5A5A5A. Windows color (decimal): -11314324 or 7101267. OLE color: 7101267.

HSL color Cylindrical-coordinate representation of color #535B6C: hue angle of 220.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535B6C is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8391108-
CMYK0.230.1600.58
HSL220.8º13.09%37.45%-
HSV(B)220.8º23.15%42.35%-
XYZ10.0210.415.67-
YUV90.55137.85122.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 108 (42.58% from 255) = 38.30%
R=29.43%
G=32.27%
B=38.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83911080.230.1600.58220.813.0937.45
Hex535B6C171003Addd25
Octal12313315427200723351545
Binary10100111011011110110010111100000111010110111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535B6C; }

 p { color: rgb(83,91,108); }

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

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

 a { background-color: rgb(83,91,108); }

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

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

 span { border-color: rgb(83,91,108); }

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