#51588E

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

Shades of Governor Bay #51588E

Tints of Governor Bay #51588E

Color information

#51588E (or 0x51588E) is unknown color: approx Governor Bay. HEX triplet: 51, 58 and 8E. RGB value is (81,88,142). Sum of RGB (Red+Green+Blue) = 81+88+142=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #51588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51588E is #AEA771. Grayscale: #5B5B5B. Windows color (decimal): -11446130 or 9328721. OLE color: 9328721.

HSL color Cylindrical-coordinate representation of color #51588E: hue angle of 233.11º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51588E is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8188142-
CMYK0.430.3800.44
HSL233.11º27.35%43.73%-
HSV(B)233.11º42.96%55.69%-
XYZ11.7710.6827.03-
YUV92.06156.18120.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=26.05%
G=28.30%
B=45.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81881420.430.3800.44233.1127.3543.73
Hex51588E2B2602Ce91b2c
Octal12113021653460543513354
Binary101000110110001000111010101110011001011001110100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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