#51529D

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

Shades of Governor Bay #51529D

Tints of Governor Bay #51529D

Color information

#51529D (or 0x51529D) is unknown color: approx Governor Bay. HEX triplet: 51, 52 and 9D. RGB value is (81,82,157). Sum of RGB (Red+Green+Blue) = 81+82+157=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #51529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51529D is #AEAD62. Grayscale: #595959. Windows color (decimal): -11447651 or 10310225. OLE color: 10310225.

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

Color convert

RGB8182157-
CMYK0.480.4800.38
HSL239.21º31.93%46.67%-
HSV(B)239.21º48.41%61.57%-
XYZ12.510.2233.21-
YUV90.25165.67121.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=25.31%
G=25.62%
B=49.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81821570.480.4800.38239.2131.9346.67
Hex51529D3030026ef202f
Octal12112223560600463574057
Binary1010001101001010011101110000110000010011011101111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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