#52556F

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

Shades of East Bay #52556F

Tints of East Bay #52556F

Color information

#52556F (or 0x52556F) is unknown color: approx East Bay. HEX triplet: 52, 55 and 6F. RGB value is (82,85,111). Sum of RGB (Red+Green+Blue) = 82+85+111=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #52556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52556F is #ADAA90. Grayscale: #565656. Windows color (decimal): -11381393 or 7296338. OLE color: 7296338.

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

Color convert

RGB8285111-
CMYK0.260.2300.56
HSL233.79º15.03%37.84%-
HSV(B)233.79º26.13%43.53%-
XYZ9.69.4416.35-
YUV87.07141.51124.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=29.50%
G=30.58%
B=39.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82851110.260.2300.56233.7915.0337.84
Hex52556F1A17038eaf26
Octal12212515732270703521746
Binary10100101010101110111111010101110111000111010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,85,111); }

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

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

 a { background-color: rgb(82,85,111); }

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

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

 span { border-color: rgb(82,85,111); }

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