#525d9b

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

Shades of Governor Bay #525D9B

Tints of Governor Bay #525D9B

Color information

#525D9B (or 0x525D9B) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and 9B. RGB value is (82,93,155). Sum of RGB (Red+Green+Blue) = 82+93+155=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #525D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D9B is #ADA264. Grayscale: #606060. Windows color (decimal): -11379301 or 10181970. OLE color: 10181970.

HSL color Cylindrical-coordinate representation of color #525D9B: hue angle of 230.96º 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 #525D9B is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8293155-
CMYK0.470.400.39
HSL230.96º30.8%46.47%-
HSV(B)230.96º47.1%60.78%-
XYZ13.3111.9932.62-
YUV96.78160.86117.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 93 (36.72% from 255) = 28.18%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=24.85%
G=28.18%
B=46.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82931550.470.400.39230.9630.846.47
Hex525D9B2F28027e71f2e
Octal12213523357500473473756
Binary101001010111011001101110111110100001001111110011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525d9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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