#525F9B

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

Shades of Governor Bay #525F9B

Tints of Governor Bay #525F9B

Color information

#525F9B (or 0x525F9B) is unknown color: approx Governor Bay. HEX triplet: 52, 5F and 9B. RGB value is (82,95,155). Sum of RGB (Red+Green+Blue) = 82+95+155=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #525F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525F9B is #ADA064. Grayscale: #616161. Windows color (decimal): -11378789 or 10182482. OLE color: 10182482.

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

Color convert

RGB8295155-
CMYK0.470.3900.39
HSL229.32º30.8%46.47%-
HSV(B)229.32º47.1%60.78%-
XYZ13.4912.3432.68-
YUV97.95160.19116.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=24.70%
G=28.61%
B=46.69%

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
Decimal82951550.470.3900.39229.3230.846.47
Hex525F9B2F27027e51f2e
Octal12213723357470473453756
Binary101001010111111001101110111110011101001111110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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