#51619C

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

Shades of Governor Bay #51619C

Tints of Governor Bay #51619C

Color information

#51619C (or 0x51619C) is unknown color: approx Governor Bay. HEX triplet: 51, 61 and 9C. RGB value is (81,97,156). Sum of RGB (Red+Green+Blue) = 81+97+156=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #51619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51619C is #AE9E63. Grayscale: #626262. Windows color (decimal): -11443812 or 10248529. OLE color: 10248529.

HSL color Cylindrical-coordinate representation of color #51619C: hue angle of 227.2º 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 #51619C is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8197156-
CMYK0.480.3800.39
HSL227.2º31.65%46.47%-
HSV(B)227.2º48.08%61.18%-
XYZ13.6712.733.18-
YUV98.94160.2115.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 156 (61.33% from 255) = 46.71%
R=24.25%
G=29.04%
B=46.71%

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
Decimal81971560.480.3800.39227.231.6546.47
Hex51619C3026027e3202e
Octal12114123460460473434056
Binary1010001110000110011100110000100110010011111100011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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