#53586F

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

Shades of East Bay #53586F

Tints of East Bay #53586F

Color information

#53586F (or 0x53586F) is unknown color: approx East Bay. HEX triplet: 53, 58 and 6F. RGB value is (83,88,111). Sum of RGB (Red+Green+Blue) = 83+88+111=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #53586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53586F is #ACA790. Grayscale: #595959. Windows color (decimal): -11315089 or 7297107. OLE color: 7297107.

HSL color Cylindrical-coordinate representation of color #53586F: hue angle of 229.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53586F is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8388111-
CMYK0.250.2100.56
HSL229.29º14.43%38.04%-
HSV(B)229.29º25.23%43.53%-
XYZ9.939.9716.44-
YUV89.13140.34123.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=29.43%
G=31.21%
B=39.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83881110.250.2100.56229.2914.4338.04
Hex53586F1915038e5e26
Octal12313015731250703451646
Binary10100111011000110111111001101010111000111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53586F; }

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

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

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

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

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

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

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

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