#525E9B

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

Shades of Governor Bay #525E9B

Tints of Governor Bay #525E9B

Color information

#525E9B (or 0x525E9B) is unknown color: approx Governor Bay. HEX triplet: 52, 5E and 9B. RGB value is (82,94,155). Sum of RGB (Red+Green+Blue) = 82+94+155=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #525E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525E9B is #ADA164. Grayscale: #616161. Windows color (decimal): -11379045 or 10182226. OLE color: 10182226.

HSL color Cylindrical-coordinate representation of color #525E9B: hue angle of 230.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #525E9B is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8294155-
CMYK0.470.3900.39
HSL230.14º30.8%46.47%-
HSV(B)230.14º47.1%60.78%-
XYZ13.412.1732.65-
YUV97.37160.52117.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=24.77%
G=28.40%
B=46.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82941550.470.3900.39230.1430.846.47
Hex525E9B2F27027e61f2e
Octal12213623357470473463756
Binary101001010111101001101110111110011101001111110011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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