#53418E

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

Shades of Blue Gem #53418E

Tints of Blue Gem #53418E

Color information

#53418E (or 0x53418E) is unknown color: approx Blue Gem. HEX triplet: 53, 41 and 8E. RGB value is (83,65,142). Sum of RGB (Red+Green+Blue) = 83+65+142=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #53418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53418E is #ACBE71. Grayscale: #4E4E4E. Windows color (decimal): -11320946 or 9322835. OLE color: 9322835.

HSL color Cylindrical-coordinate representation of color #53418E: hue angle of 254.03º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53418E is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8365142-
CMYK0.420.5400.44
HSL254.03º37.2%40.59%-
HSV(B)254.03º54.23%55.69%-
XYZ10.347.5726.51-
YUV79.16163.46130.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=28.62%
G=22.41%
B=48.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83651420.420.5400.44254.0337.240.59
Hex53418E2A3602Cfe2529
Octal12310121652660543764551
Binary1010011100000110001110101010110110010110011111110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53418E; }

 p { color: rgb(83,65,142); }

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

<style>
 a { background-color: #53418E; }

 a { background-color: rgb(83,65,142); }

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

<style>
 span { border-color: #53418E; }

 span { border-color: rgb(83,65,142); }

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