#51589E

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

Shades of Governor Bay #51589E

Tints of Governor Bay #51589E

Color information

#51589E (or 0x51589E) is unknown color: approx Governor Bay. HEX triplet: 51, 58 and 9E. RGB value is (81,88,158). Sum of RGB (Red+Green+Blue) = 81+88+158=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #51589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51589E is #AEA761. Grayscale: #5D5D5D. Windows color (decimal): -11446114 or 10377297. OLE color: 10377297.

HSL color Cylindrical-coordinate representation of color #51589E: hue angle of 234.55º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51589E is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8188158-
CMYK0.490.4400.38
HSL234.55º32.22%46.86%-
HSV(B)234.55º48.73%61.96%-
XYZ13.0511.233.82-
YUV93.89164.18118.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=24.77%
G=26.91%
B=48.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81881580.490.4400.38234.5532.2246.86
Hex51589E312C026eb202f
Octal12113023661540463534057
Binary1010001101100010011110110001101100010011011101011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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