#51588D

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

Shades of Governor Bay #51588D

Tints of Governor Bay #51588D

Color information

#51588D (or 0x51588D) is unknown color: approx Governor Bay. HEX triplet: 51, 58 and 8D. RGB value is (81,88,141). Sum of RGB (Red+Green+Blue) = 81+88+141=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #51588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51588D is #AEA772. Grayscale: #5B5B5B. Windows color (decimal): -11446131 or 9263185. OLE color: 9263185.

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

Color convert

RGB8188141-
CMYK0.430.3800.45
HSL233º27.03%43.53%-
HSV(B)233º42.55%55.29%-
XYZ11.6910.6526.64-
YUV91.95155.68120.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=26.13%
G=28.39%
B=45.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81881410.430.3800.4523327.0343.53
Hex51588D2B2602De91b2c
Octal12113021553460553513354
Binary101000110110001000110110101110011001011011110100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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