#51489B

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

Shades of Governor Bay #51489B

Tints of Governor Bay #51489B

Color information

#51489B (or 0x51489B) is unknown color: approx Governor Bay. HEX triplet: 51, 48 and 9B. RGB value is (81,72,155). Sum of RGB (Red+Green+Blue) = 81+72+155=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #51489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51489B is #AEB764. Grayscale: #535353. Windows color (decimal): -11450213 or 10176593. OLE color: 10176593.

HSL color Cylindrical-coordinate representation of color #51489B: hue angle of 246.51º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51489B is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8172155-
CMYK0.480.5400.39
HSL246.51º36.56%44.51%-
HSV(B)246.51º53.55%60.78%-
XYZ11.638.7532.09-
YUV84.15167.98125.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=26.30%
G=23.38%
B=50.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81721550.480.5400.39246.5136.5644.51
Hex51489B3036027f7252d
Octal12111023360660473674555
Binary1010001100100010011011110000110110010011111110111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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