#51529C

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

Shades of Governor Bay #51529C

Tints of Governor Bay #51529C

Color information

#51529C (or 0x51529C) is unknown color: approx Governor Bay. HEX triplet: 51, 52 and 9C. RGB value is (81,82,156). Sum of RGB (Red+Green+Blue) = 81+82+156=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #51529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51529C is #AEAD63. Grayscale: #595959. Windows color (decimal): -11447652 or 10244689. OLE color: 10244689.

HSL color Cylindrical-coordinate representation of color #51529C: hue angle of 239.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51529C is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8182156-
CMYK0.480.4700.39
HSL239.2º31.65%46.47%-
HSV(B)239.2º48.08%61.18%-
XYZ12.4110.1832.76-
YUV90.14165.17121.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=25.39%
G=25.71%
B=48.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81821560.480.4700.39239.231.6546.47
Hex51529C302F027ef202e
Octal12112223460570473574056
Binary1010001101001010011100110000101111010011111101111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51529C; }

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

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

<style>
 a { background-color: #51529C; }

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

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

<style>
 span { border-color: #51529C; }

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

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