#52558D

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

Shades of Governor Bay #52558D

Tints of Governor Bay #52558D

Color information

#52558D (or 0x52558D) is unknown color: approx Governor Bay. HEX triplet: 52, 55 and 8D. RGB value is (82,85,141). Sum of RGB (Red+Green+Blue) = 82+85+141=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #52558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52558D is #ADAA72. Grayscale: #5A5A5A. Windows color (decimal): -11381363 or 9262418. OLE color: 9262418.

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

Color convert

RGB8285141-
CMYK0.420.4000.45
HSL236.95º26.46%43.73%-
HSV(B)236.95º41.84%55.29%-
XYZ11.5410.2126.56-
YUV90.49156.51121.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=26.62%
G=27.60%
B=45.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82851410.420.4000.45236.9526.4643.73
Hex52558D2A2802Ded1a2c
Octal12212521552500553553254
Binary101001010101011000110110101010100001011011110110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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