#525E97

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

Shades of Governor Bay #525E97

Tints of Governor Bay #525E97

Color information

#525E97 (or 0x525E97) is unknown color: approx Governor Bay. HEX triplet: 52, 5E and 97. RGB value is (82,94,151). Sum of RGB (Red+Green+Blue) = 82+94+151=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #525E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E97 is #ADA168. Grayscale: #606060. Windows color (decimal): -11379049 or 9920082. OLE color: 9920082.

HSL color Cylindrical-coordinate representation of color #525E97: hue angle of 229.57º 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 #525E97 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8294151-
CMYK0.460.3800.41
HSL229.57º29.61%45.69%-
HSV(B)229.57º45.7%59.22%-
XYZ13.0712.0330.91-
YUV96.91158.52117.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=25.08%
G=28.75%
B=46.18%

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
Decimal82941510.460.3800.41229.5729.6145.69
Hex525E972E26029e61e2e
Octal12213622756460513463656
Binary101001010111101001011110111010011001010011110011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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