#53439E

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

Shades of Blue Gem #53439E

Tints of Blue Gem #53439E

Color information

#53439E (or 0x53439E) is unknown color: approx Blue Gem. HEX triplet: 53, 43 and 9E. RGB value is (83,67,158). Sum of RGB (Red+Green+Blue) = 83+67+158=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #53439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53439E is #ACBC61. Grayscale: #515151. Windows color (decimal): -11320418 or 10371923. OLE color: 10371923.

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

Color convert

RGB8367158-
CMYK0.470.5800.38
HSL250.55º40.44%44.12%-
HSV(B)250.55º57.59%61.96%-
XYZ11.758.3233.33-
YUV82.16170.8128.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=26.95%
G=21.75%
B=51.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83671580.470.5800.38250.5540.4444.12
Hex53439E2F3A026fb282c
Octal12310323657720463735054
Binary1010011100001110011110101111111010010011011111011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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