#525B9C

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

Shades of Governor Bay #525B9C

Tints of Governor Bay #525B9C

Color information

#525B9C (or 0x525B9C) is unknown color: approx Governor Bay. HEX triplet: 52, 5B and 9C. RGB value is (82,91,156). Sum of RGB (Red+Green+Blue) = 82+91+156=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #525B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525B9C is #ADA463. Grayscale: #5F5F5F. Windows color (decimal): -11379812 or 10246994. OLE color: 10246994.

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

Color convert

RGB8291156-
CMYK0.470.4200.39
HSL232.7º31.09%46.67%-
HSV(B)232.7º47.44%61.18%-
XYZ13.2211.6833.01-
YUV95.72162.02118.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=24.92%
G=27.66%
B=47.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82911560.470.4200.39232.731.0946.67
Hex525B9C2F2A027e91f2f
Octal12213323457520473513757
Binary101001010110111001110010111110101001001111110100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,91,156); }

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

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

 a { background-color: rgb(82,91,156); }

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

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

 span { border-color: rgb(82,91,156); }

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