#525599

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

Shades of Governor Bay #525599

Tints of Governor Bay #525599

Color information

#525599 (or 0x525599) is unknown color: approx Governor Bay. HEX triplet: 52, 55 and 99. RGB value is (82,85,153). Sum of RGB (Red+Green+Blue) = 82+85+153=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #525599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525599 is #ADAA66. Grayscale: #5B5B5B. Windows color (decimal): -11381351 or 10048850. OLE color: 10048850.

HSL color Cylindrical-coordinate representation of color #525599: hue angle of 237.46º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #525599 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8285153-
CMYK0.460.4400.4
HSL237.46º30.21%46.08%-
HSV(B)237.46º46.41%60%-
XYZ12.4810.5931.52-
YUV91.85162.51120.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=25.62%
G=26.56%
B=47.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82851530.460.4400.4237.4630.2146.08
Hex5255992E2C028ed1e2e
Octal12212523156540503553656
Binary101001010101011001100110111010110001010001110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525599; }

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

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

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

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

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

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

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

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