#53469C

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

Shades of Blue Gem #53469C

Tints of Blue Gem #53469C

Color information

#53469C (or 0x53469C) is unknown color: approx Blue Gem. HEX triplet: 53, 46 and 9C. RGB value is (83,70,156). Sum of RGB (Red+Green+Blue) = 83+70+156=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #53469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53469C is #ACB963. Grayscale: #535353. Windows color (decimal): -11319652 or 10241619. OLE color: 10241619.

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

Color convert

RGB8370156-
CMYK0.470.5500.39
HSL249.07º38.05%44.31%-
HSV(B)249.07º55.13%61.18%-
XYZ11.768.6232.5-
YUV83.69168.81127.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=26.86%
G=22.65%
B=50.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83701560.470.5500.39249.0738.0544.31
Hex53469C2F37027f9262c
Octal12310623457670473714654
Binary1010011100011010011100101111110111010011111111001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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