#51609A

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

Shades of Governor Bay #51609A

Tints of Governor Bay #51609A

Color information

#51609A (or 0x51609A) is unknown color: approx Governor Bay. HEX triplet: 51, 60 and 9A. RGB value is (81,96,154). Sum of RGB (Red+Green+Blue) = 81+96+154=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #51609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51609A is #AE9F65. Grayscale: #616161. Windows color (decimal): -11444070 or 10117201. OLE color: 10117201.

HSL color Cylindrical-coordinate representation of color #51609A: hue angle of 227.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51609A is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8196154-
CMYK0.470.3800.40
HSL227.67º31.06%46.08%-
HSV(B)227.67º47.4%60.39%-
XYZ13.4112.4532.27-
YUV98.13159.53115.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=24.47%
G=29.00%
B=46.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81961540.470.3800.40227.6731.0646.08
Hex51609A2F26028e41f2e
Octal12114023257460503443756
Binary101000111000001001101010111110011001010001110010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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