#51549C

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

Shades of Governor Bay #51549C

Tints of Governor Bay #51549C

Color information

#51549C (or 0x51549C) is unknown color: approx Governor Bay. HEX triplet: 51, 54 and 9C. RGB value is (81,84,156). Sum of RGB (Red+Green+Blue) = 81+84+156=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #51549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51549C is #AEAB63. Grayscale: #5B5B5B. Windows color (decimal): -11447140 or 10245201. OLE color: 10245201.

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

Color convert

RGB8184156-
CMYK0.480.4600.39
HSL237.6º31.65%46.47%-
HSV(B)237.6º48.08%61.18%-
XYZ12.5610.4932.82-
YUV91.31164.51120.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=25.23%
G=26.17%
B=48.60%

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
Decimal81841560.480.4600.39237.631.6546.47
Hex51549C302E027ee202e
Octal12112423460560473564056
Binary1010001101010010011100110000101110010011111101110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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