#51549D

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

Shades of Governor Bay #51549D

Tints of Governor Bay #51549D

Color information

#51549D (or 0x51549D) is unknown color: approx Governor Bay. HEX triplet: 51, 54 and 9D. RGB value is (81,84,157). Sum of RGB (Red+Green+Blue) = 81+84+157=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #51549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51549D is #AEAB62. Grayscale: #5B5B5B. Windows color (decimal): -11447139 or 10310737. OLE color: 10310737.

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

Color convert

RGB8184157-
CMYK0.480.4600.38
HSL237.63º31.93%46.67%-
HSV(B)237.63º48.41%61.57%-
XYZ12.6510.5233.26-
YUV91.42165.01120.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=25.16%
G=26.09%
B=48.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81841570.480.4600.38237.6331.9346.67
Hex51549D302E026ee202f
Octal12112423560560463564057
Binary1010001101010010011101110000101110010011011101110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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