#51609F

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

Shades of Governor Bay #51609F

Tints of Governor Bay #51609F

Color information

#51609F (or 0x51609F) is unknown color: approx Governor Bay. HEX triplet: 51, 60 and 9F. RGB value is (81,96,159). Sum of RGB (Red+Green+Blue) = 81+96+159=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #51609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51609F is #AE9F60. Grayscale: #626262. Windows color (decimal): -11444065 or 10444881. OLE color: 10444881.

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

Color convert

RGB8196159-
CMYK0.490.4000.38
HSL228.46º32.5%47.06%-
HSV(B)228.46º49.06%62.35%-
XYZ13.8312.6234.51-
YUV98.7162.03115.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=24.11%
G=28.57%
B=47.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81961590.490.4000.38228.4632.547.06
Hex51609F3128026e4202f
Octal12114023761500463444057
Binary1010001110000010011111110001101000010011011100100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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