#51549B

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

Shades of Governor Bay #51549B

Tints of Governor Bay #51549B

Color information

#51549B (or 0x51549B) is unknown color: approx Governor Bay. HEX triplet: 51, 54 and 9B. RGB value is (81,84,155). Sum of RGB (Red+Green+Blue) = 81+84+155=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #51549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51549B is #AEAB64. Grayscale: #5A5A5A. Windows color (decimal): -11447141 or 10179665. OLE color: 10179665.

HSL color Cylindrical-coordinate representation of color #51549B: hue angle of 237.57º degrees, saturation: 0.31, 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 #51549B is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8184155-
CMYK0.480.4600.39
HSL237.57º31.36%46.27%-
HSV(B)237.57º47.74%60.78%-
XYZ12.4810.4632.37-
YUV91.2164.01120.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 84 (33.20% from 255) = 26.25%
BLUE value IS 155 (60.94% from 255) = 48.44%
R=25.31%
G=26.25%
B=48.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81841550.480.4600.39237.5731.3646.27
Hex51549B302E027ee1f2e
Octal12112423360560473563756
Binary101000110101001001101111000010111001001111110111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51549B; }

 p { color: rgb(81,84,155); }

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

<style>
 a { background-color: #51549B; }

 a { background-color: rgb(81,84,155); }

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

<style>
 span { border-color: #51549B; }

 span { border-color: rgb(81,84,155); }

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