#51589A

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

Shades of Governor Bay #51589A

Tints of Governor Bay #51589A

Color information

#51589A (or 0x51589A) is unknown color: approx Governor Bay. HEX triplet: 51, 58 and 9A. RGB value is (81,88,154). Sum of RGB (Red+Green+Blue) = 81+88+154=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #51589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51589A is #AEA765. Grayscale: #5D5D5D. Windows color (decimal): -11446118 or 10115153. OLE color: 10115153.

HSL color Cylindrical-coordinate representation of color #51589A: hue angle of 234.25º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51589A is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8188154-
CMYK0.470.4300.40
HSL234.25º31.06%46.08%-
HSV(B)234.25º47.4%60.39%-
XYZ12.7211.0632.04-
YUV93.43162.18119.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=25.08%
G=27.24%
B=47.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81881540.470.4300.40234.2531.0646.08
Hex51589A2F2B028ea1f2e
Octal12113023257530503523756
Binary101000110110001001101010111110101101010001110101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51589A; }

 p { color: rgb(81,88,154); }

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

<style>
 a { background-color: #51589A; }

 a { background-color: rgb(81,88,154); }

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

<style>
 span { border-color: #51589A; }

 span { border-color: rgb(81,88,154); }

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