#525D9A

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

Shades of Governor Bay #525D9A

Tints of Governor Bay #525D9A

Color information

#525D9A (or 0x525D9A) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and 9A. RGB value is (82,93,154). Sum of RGB (Red+Green+Blue) = 82+93+154=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #525D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D9A is #ADA265. Grayscale: #606060. Windows color (decimal): -11379302 or 10116434. OLE color: 10116434.

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

Color convert

RGB8293154-
CMYK0.470.4000.40
HSL230.83º30.51%46.27%-
HSV(B)230.83º46.75%60.39%-
XYZ13.2311.9632.18-
YUV96.66160.36117.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=24.92%
G=28.27%
B=46.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82931540.470.4000.40230.8330.5146.27
Hex525D9A2F28028e71f2e
Octal12213523257500503473756
Binary101001010111011001101010111110100001010001110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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