#51558E

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

Shades of Governor Bay #51558E

Tints of Governor Bay #51558E

Color information

#51558E (or 0x51558E) is unknown color: approx Governor Bay. HEX triplet: 51, 55 and 8E. RGB value is (81,85,142). Sum of RGB (Red+Green+Blue) = 81+85+142=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #51558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51558E is #AEAA71. Grayscale: #5A5A5A. Windows color (decimal): -11446898 or 9327953. OLE color: 9327953.

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

Color convert

RGB8185142-
CMYK0.430.4000.44
HSL236.07º27.35%43.73%-
HSV(B)236.07º42.96%55.69%-
XYZ11.5210.226.95-
YUV90.3157.17121.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=26.30%
G=27.60%
B=46.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81851420.430.4000.44236.0727.3543.73
Hex51558E2B2802Cec1b2c
Octal12112521653500543543354
Binary101000110101011000111010101110100001011001110110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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