#51609C

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

Shades of Governor Bay #51609C

Tints of Governor Bay #51609C

Color information

#51609C (or 0x51609C) is unknown color: approx Governor Bay. HEX triplet: 51, 60 and 9C. RGB value is (81,96,156). Sum of RGB (Red+Green+Blue) = 81+96+156=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #51609C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51609C is #AE9F63. Grayscale: #626262. Windows color (decimal): -11444068 or 10248273. OLE color: 10248273.

HSL color Cylindrical-coordinate representation of color #51609C: hue angle of 228º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51609C is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8196156-
CMYK0.480.3800.39
HSL228º31.65%46.47%-
HSV(B)228º48.08%61.18%-
XYZ13.5812.5233.15-
YUV98.35160.53115.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=24.32%
G=28.83%
B=46.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81961560.480.3800.3922831.6546.47
Hex51609C3026027e4202e
Octal12114023460460473444056
Binary1010001110000010011100110000100110010011111100100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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