#51409C

Color #51409C Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #51409C

Tints of Blue Gem #51409C

Color information

#51409C (or 0x51409C) is unknown color: approx Blue Gem. HEX triplet: 51, 40 and 9C. RGB value is (81,64,156). Sum of RGB (Red+Green+Blue) = 81+64+156=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #51409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51409C is #AEBF63. Grayscale: #4F4F4F. Windows color (decimal): -11452260 or 10240081. OLE color: 10240081.

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

Color convert

RGB8164156-
CMYK0.480.5900.39
HSL251.09º41.82%43.14%-
HSV(B)251.09º58.97%61.18%-
XYZ11.237.8232.37-
YUV79.57171.13129.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=26.91%
G=21.26%
B=51.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81641560.480.5900.39251.0941.8243.14
Hex51409C303B027fb2a2b
Octal12110023460730473735253
Binary1010001100000010011100110000111011010011111111011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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