#535468

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

Shades of East Bay #535468

Tints of East Bay #535468

Color information

#535468 (or 0x535468) is unknown color: approx East Bay. HEX triplet: 53, 54 and 68. RGB value is (83,84,104). Sum of RGB (Red+Green+Blue) = 83+84+104=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #535468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535468 is #ACAB97. Grayscale: #555555. Windows color (decimal): -11316120 or 6837331. OLE color: 6837331.

HSL color Cylindrical-coordinate representation of color #535468: hue angle of 237.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535468 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8384104-
CMYK0.200.1900.59
HSL237.14º11.23%36.67%-
HSV(B)237.14º20.19%40.78%-
XYZ9.249.1814.38-
YUV85.98138.17125.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=30.63%
G=31.00%
B=38.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83841040.200.1900.59237.1411.2336.67
Hex535468141303Bedb25
Octal12312415024230733551345
Binary10100111010100110100010100100110111011111011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535468; }

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

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

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

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

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

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

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

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