#525584

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

Shades of Governor Bay #525584

Tints of Governor Bay #525584

Color information

#525584 (or 0x525584) is unknown color: approx Governor Bay. HEX triplet: 52, 55 and 84. RGB value is (82,85,132). Sum of RGB (Red+Green+Blue) = 82+85+132=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #525584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525584 is #ADAA7B. Grayscale: #595959. Windows color (decimal): -11381372 or 8672594. OLE color: 8672594.

HSL color Cylindrical-coordinate representation of color #525584: hue angle of 236.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525584 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8285132-
CMYK0.380.3600.48
HSL236.4º23.36%41.96%-
HSV(B)236.4º37.88%51.76%-
XYZ10.899.9623.18-
YUV89.46152.01122.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.42%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=27.42%
G=28.43%
B=44.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82851320.380.3600.48236.423.3641.96
Hex5255842624030ec172a
Octal12212520446440603542752
Binary101001010101011000010010011010010001100001110110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525584; }

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

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

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

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

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

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

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

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