#525875

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

Shades of East Bay #525875

Tints of East Bay #525875

Color information

#525875 (or 0x525875) is unknown color: approx East Bay. HEX triplet: 52, 58 and 75. RGB value is (82,88,117). Sum of RGB (Red+Green+Blue) = 82+88+117=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #525875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525875 is #ADA78A. Grayscale: #595959. Windows color (decimal): -11380619 or 7690322. OLE color: 7690322.

HSL color Cylindrical-coordinate representation of color #525875: hue angle of 229.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #525875 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8288117-
CMYK0.300.2500.54
HSL229.71º17.59%39.02%-
HSV(B)229.71º29.91%45.88%-
XYZ10.1810.0618.23-
YUV89.51143.51122.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=28.57%
G=30.66%
B=40.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82881170.300.2500.54229.7117.5939.02
Hex5258751E19036e61227
Octal12213016536310663462247
Binary101001010110001110101111101100101101101110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525875; }

 p { color: rgb(82,88,117); }

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

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

 a { background-color: rgb(82,88,117); }

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

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

 span { border-color: rgb(82,88,117); }

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