#51558D

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

Shades of Governor Bay #51558D

Tints of Governor Bay #51558D

Color information

#51558D (or 0x51558D) is unknown color: approx Governor Bay. HEX triplet: 51, 55 and 8D. RGB value is (81,85,141). Sum of RGB (Red+Green+Blue) = 81+85+141=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #51558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51558D is #AEAA72. Grayscale: #595959. Windows color (decimal): -11446899 or 9262417. OLE color: 9262417.

HSL color Cylindrical-coordinate representation of color #51558D: hue angle of 236º 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 #51558D is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8185141-
CMYK0.430.4000.45
HSL236º27.03%43.53%-
HSV(B)236º42.55%55.29%-
XYZ11.4510.1726.56-
YUV90.19156.67121.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=26.38%
G=27.69%
B=45.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81851410.430.4000.4523627.0343.53
Hex51558D2B2802Dec1b2c
Octal12112521553500553543354
Binary101000110101011000110110101110100001011011110110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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