#525D97

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

Shades of Governor Bay #525D97

Tints of Governor Bay #525D97

Color information

#525D97 (or 0x525D97) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and 97. RGB value is (82,93,151). Sum of RGB (Red+Green+Blue) = 82+93+151=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #525D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D97 is #ADA268. Grayscale: #606060. Windows color (decimal): -11379305 or 9919826. OLE color: 9919826.

HSL color Cylindrical-coordinate representation of color #525D97: hue angle of 230.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #525D97 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8293151-
CMYK0.460.3800.41
HSL230.43º29.61%45.69%-
HSV(B)230.43º45.7%59.22%-
XYZ12.9811.8630.88-
YUV96.32158.86117.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 151 (59.38% from 255) = 46.32%
R=25.15%
G=28.53%
B=46.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82931510.460.3800.41230.4329.6145.69
Hex525D972E26029e61e2e
Octal12213522756460513463656
Binary101001010111011001011110111010011001010011110011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525D97; }

 p { color: rgb(82,93,151); }

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

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

 a { background-color: rgb(82,93,151); }

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

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

 span { border-color: rgb(82,93,151); }

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