#53449C

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

Shades of Blue Gem #53449C

Tints of Blue Gem #53449C

Color information

#53449C (or 0x53449C) is unknown color: approx Blue Gem. HEX triplet: 53, 44 and 9C. RGB value is (83,68,156). Sum of RGB (Red+Green+Blue) = 83+68+156=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #53449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53449C is #ACBB63. Grayscale: #525252. Windows color (decimal): -11320164 or 10241107. OLE color: 10241107.

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

Color convert

RGB8368156-
CMYK0.470.5600.39
HSL250.23º39.29%43.92%-
HSV(B)250.23º56.41%61.18%-
XYZ11.648.3732.46-
YUV82.52169.47128.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.04%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=27.04%
G=22.15%
B=50.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83681560.470.5600.39250.2339.2943.92
Hex53449C2F38027fa272c
Octal12310423457700473724754
Binary1010011100010010011100101111111000010011111111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,68,156); }

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

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

 a { background-color: rgb(83,68,156); }

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

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

 span { border-color: rgb(83,68,156); }

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