#51439C

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

Shades of Blue Gem #51439C

Tints of Blue Gem #51439C

Color information

#51439C (or 0x51439C) is unknown color: approx Blue Gem. HEX triplet: 51, 43 and 9C. RGB value is (81,67,156). Sum of RGB (Red+Green+Blue) = 81+67+156=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #51439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51439C is #AEBC63. Grayscale: #505050. Windows color (decimal): -11451492 or 10240849. OLE color: 10240849.

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

Color convert

RGB8167156-
CMYK0.480.5700.39
HSL249.44º39.91%43.73%-
HSV(B)249.44º57.05%61.18%-
XYZ11.48.1632.43-
YUV81.33170.14127.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=26.64%
G=22.04%
B=51.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81671560.480.5700.39249.4439.9143.73
Hex51439C3039027f9282c
Octal12110323460710473715054
Binary1010001100001110011100110000111001010011111111001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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