#53556C

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

Shades of East Bay #53556C

Tints of East Bay #53556C

Color information

#53556C (or 0x53556C) is unknown color: approx East Bay. HEX triplet: 53, 55 and 6C. RGB value is (83,85,108). Sum of RGB (Red+Green+Blue) = 83+85+108=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #53556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53556C is #ACAA93. Grayscale: #565656. Windows color (decimal): -11315860 or 7099731. OLE color: 7099731.

HSL color Cylindrical-coordinate representation of color #53556C: hue angle of 235.2º 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 #53556C is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8385108-
CMYK0.230.2100.58
HSL235.2º13.09%37.45%-
HSV(B)235.2º23.15%42.35%-
XYZ9.529.4215.5-
YUV87.02139.84125.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=30.07%
G=30.80%
B=39.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83851080.230.2100.58235.213.0937.45
Hex53556C171503Aebd25
Octal12312515427250723531545
Binary10100111010101110110010111101010111010111010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53556C; }

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

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

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

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

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

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

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

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