#535972

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

Shades of East Bay #535972

Tints of East Bay #535972

Color information

#535972 (or 0x535972) is unknown color: approx East Bay. HEX triplet: 53, 59 and 72. RGB value is (83,89,114). Sum of RGB (Red+Green+Blue) = 83+89+114=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #535972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535972 is #ACA68D. Grayscale: #595959. Windows color (decimal): -11314830 or 7493971. OLE color: 7493971.

HSL color Cylindrical-coordinate representation of color #535972: hue angle of 228.39º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535972 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8389114-
CMYK0.270.2200.55
HSL228.39º15.74%38.63%-
HSV(B)228.39º27.19%44.71%-
XYZ10.1810.217.35-
YUV90.06141.51122.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=29.02%
G=31.12%
B=39.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal83891140.270.2200.55228.3915.7438.63
Hex5359721B16037e41027
Octal12313116233260673442047
Binary101001110110011110010110111011001101111110010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535972; }

 p { color: rgb(83,89,114); }

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

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

 a { background-color: rgb(83,89,114); }

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

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

 span { border-color: rgb(83,89,114); }

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