#53409E

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

Shades of Blue Gem #53409E

Tints of Blue Gem #53409E

Color information

#53409E (or 0x53409E) is unknown color: approx Blue Gem. HEX triplet: 53, 40 and 9E. RGB value is (83,64,158). Sum of RGB (Red+Green+Blue) = 83+64+158=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #53409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53409E is #ACBF61. Grayscale: #505050. Windows color (decimal): -11321186 or 10371155. OLE color: 10371155.

HSL color Cylindrical-coordinate representation of color #53409E: hue angle of 252.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53409E is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8364158-
CMYK0.470.5900.38
HSL252.13º42.34%43.53%-
HSV(B)252.13º59.49%61.96%-
XYZ11.577.9733.28-
YUV80.4171.79129.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=27.21%
G=20.98%
B=51.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83641580.470.5900.38252.1342.3443.53
Hex53409E2F3B026fc2a2c
Octal12310023657730463745254
Binary1010011100000010011110101111111011010011011111100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,64,158); }

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

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

 a { background-color: rgb(83,64,158); }

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

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

 span { border-color: rgb(83,64,158); }

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