#525D9C

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

Shades of Governor Bay #525D9C

Tints of Governor Bay #525D9C

Color information

#525D9C (or 0x525D9C) is unknown color: approx Governor Bay. HEX triplet: 52, 5D and 9C. RGB value is (82,93,156). Sum of RGB (Red+Green+Blue) = 82+93+156=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #525D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525D9C is #ADA263. Grayscale: #606060. Windows color (decimal): -11379300 or 10247506. OLE color: 10247506.

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

Color convert

RGB8293156-
CMYK0.470.4000.39
HSL231.08º31.09%46.67%-
HSV(B)231.08º47.44%61.18%-
XYZ13.3912.0233.07-
YUV96.89161.36117.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=24.77%
G=28.10%
B=47.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82931560.470.4000.39231.0831.0946.67
Hex525D9C2F28027e71f2f
Octal12213523457500473473757
Binary101001010111011001110010111110100001001111110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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