#53439f

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

Shades of Blue Gem #53439F

Tints of Blue Gem #53439F

Color information

#53439F (or 0x53439F) is unknown color: approx Blue Gem. HEX triplet: 53, 43 and 9F. RGB value is (83,67,159). Sum of RGB (Red+Green+Blue) = 83+67+159=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #53439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53439F is #ACBC60. Grayscale: #515151. Windows color (decimal): -11320417 or 10437459. OLE color: 10437459.

HSL color Cylindrical-coordinate representation of color #53439F: hue angle of 250.43º degrees, saturation: 0.41, 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 #53439F is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8367159-
CMYK0.480.5800.38
HSL250.43º40.71%44.31%-
HSV(B)250.43º57.86%62.35%-
XYZ11.838.3633.79-
YUV82.27171.3128.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=26.86%
G=21.68%
B=51.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83671590.480.5800.38250.4340.7144.31
Hex53439F303A026fa292c
Octal12310323760720463725154
Binary1010011100001110011111110000111010010011011111010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53439f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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