#525099

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

Shades of Governor Bay #525099

Tints of Governor Bay #525099

Color information

#525099 (or 0x525099) is unknown color: approx Governor Bay. HEX triplet: 52, 50 and 99. RGB value is (82,80,153). Sum of RGB (Red+Green+Blue) = 82+80+153=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #525099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525099 is #ADAF66. Grayscale: #585858. Windows color (decimal): -11382631 or 10047570. OLE color: 10047570.

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

Color convert

RGB8280153-
CMYK0.460.4800.4
HSL241.64º31.33%45.69%-
HSV(B)241.64º47.71%60%-
XYZ12.19.8331.4-
YUV88.92164.16123.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=26.03%
G=25.40%
B=48.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82801530.460.4800.4241.6431.3345.69
Hex5250992E30028f21f2e
Octal12212023156600503623756
Binary101001010100001001100110111011000001010001111001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525099; }

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

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

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

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

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

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

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

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