#535871

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

Shades of East Bay #535871

Tints of East Bay #535871

Color information

#535871 (or 0x535871) is unknown color: approx East Bay. HEX triplet: 53, 58 and 71. RGB value is (83,88,113). Sum of RGB (Red+Green+Blue) = 83+88+113=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #535871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535871 is #ACA78E. Grayscale: #595959. Windows color (decimal): -11315087 or 7428179. OLE color: 7428179.

HSL color Cylindrical-coordinate representation of color #535871: hue angle of 230º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #535871 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8388113-
CMYK0.270.2200.56
HSL230º15.31%38.43%-
HSV(B)230º26.55%44.31%-
XYZ10.0410.0117.03-
YUV89.36141.34123.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=29.23%
G=30.99%
B=39.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83881130.270.2200.5623015.3138.43
Hex5358711B16038e6f26
Octal12313016133260703461746
Binary10100111011000111000111011101100111000111001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535871; }

 p { color: rgb(83,88,113); }

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

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

 a { background-color: rgb(83,88,113); }

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

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

 span { border-color: rgb(83,88,113); }

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