#53429F

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

Shades of Blue Gem #53429F

Tints of Blue Gem #53429F

Color information

#53429F (or 0x53429F) is unknown color: approx Blue Gem. HEX triplet: 53, 42 and 9F. RGB value is (83,66,159). Sum of RGB (Red+Green+Blue) = 83+66+159=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #53429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53429F is #ACBD60. Grayscale: #515151. Windows color (decimal): -11320673 or 10437203. OLE color: 10437203.

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

Color convert

RGB8366159-
CMYK0.480.5800.38
HSL250.97º41.33%44.12%-
HSV(B)250.97º58.49%62.35%-
XYZ11.778.2433.77-
YUV81.68171.63128.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=26.95%
G=21.43%
B=51.62%

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
Decimal83661590.480.5800.38250.9741.3344.12
Hex53429F303A026fb292c
Octal12310223760720463735154
Binary1010011100001010011111110000111010010011011111011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53429F; }

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

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

<style>
 a { background-color: #53429F; }

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

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

<style>
 span { border-color: #53429F; }

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

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