#51579F

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

Shades of Governor Bay #51579F

Tints of Governor Bay #51579F

Color information

#51579F (or 0x51579F) is unknown color: approx Governor Bay. HEX triplet: 51, 57 and 9F. RGB value is (81,87,159). Sum of RGB (Red+Green+Blue) = 81+87+159=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #51579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51579F is #AEA860. Grayscale: #5D5D5D. Windows color (decimal): -11446369 or 10442577. OLE color: 10442577.

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

Color convert

RGB8187159-
CMYK0.490.4500.38
HSL235.38º32.5%47.06%-
HSV(B)235.38º49.06%62.35%-
XYZ13.0611.0734.25-
YUV93.41165.01119.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 87 (34.38% from 255) = 26.61%
BLUE value IS 159 (62.5% from 255) = 48.62%
R=24.77%
G=26.61%
B=48.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81871590.490.4500.38235.3832.547.06
Hex51579F312D026eb202f
Octal12112723761550463534057
Binary1010001101011110011111110001101101010011011101011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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