#52558C

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

Shades of Governor Bay #52558C

Tints of Governor Bay #52558C

Color information

#52558C (or 0x52558C) is unknown color: approx Governor Bay. HEX triplet: 52, 55 and 8C. RGB value is (82,85,140). Sum of RGB (Red+Green+Blue) = 82+85+140=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #52558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52558C is #ADAA73. Grayscale: #5A5A5A. Windows color (decimal): -11381364 or 9196882. OLE color: 9196882.

HSL color Cylindrical-coordinate representation of color #52558C: hue angle of 236.9º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52558C is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8285140-
CMYK0.410.3900.45
HSL236.9º26.13%43.53%-
HSV(B)236.9º41.43%54.9%-
XYZ11.4610.1826.17-
YUV90.37156.01122.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=26.71%
G=27.69%
B=45.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82851400.410.3900.45236.926.1343.53
Hex52558C292702Ded1a2c
Octal12212521451470553553254
Binary101001010101011000110010100110011101011011110110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52558C; }

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

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

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

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

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

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

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

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