#51559F

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

Shades of Governor Bay #51559F

Tints of Governor Bay #51559F

Color information

#51559F (or 0x51559F) is unknown color: approx Governor Bay. HEX triplet: 51, 55 and 9F. RGB value is (81,85,159). Sum of RGB (Red+Green+Blue) = 81+85+159=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #51559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51559F is #AEAA60. Grayscale: #5B5B5B. Windows color (decimal): -11446881 or 10442065. OLE color: 10442065.

HSL color Cylindrical-coordinate representation of color #51559F: hue angle of 236.92º 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 #51559F is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8185159-
CMYK0.490.4700.38
HSL236.92º32.5%47.06%-
HSV(B)236.92º49.06%62.35%-
XYZ12.910.7534.2-
YUV92.24165.67119.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=24.92%
G=26.15%
B=48.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81851590.490.4700.38236.9232.547.06
Hex51559F312F026ed202f
Octal12112523761570463554057
Binary1010001101010110011111110001101111010011011101101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51559F; }

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

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

<style>
 a { background-color: #51559F; }

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

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

<style>
 span { border-color: #51559F; }

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

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