Html Css Color HEX #5339A9 Blue Gem

📋 copy color: '#5339A9'

red 83 ◦ green 57 ◦ blue 169

#5339A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #5339A9

Tints of Blue Gem #5339A9

RGB

 RED value IS 83 (32.81% from 255) = 26.86%

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 169 (66.41% from 255) = 54.69%

R = 26.86%
G = 18.45%
B = 54.69%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5339A9 (or 0x5339A9) is known color: Blue Gem. HEX triplet: 53, 39 and A9. RGB value is (83,57,169). Sum of RGB (Red+Green+Blue) = 83+57+169=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #5339A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5339A9 is #ACC656. Grayscale: #4D4D4D. Windows color (decimal): -11322967 or 11090259. OLE color: 11090259.

HSL color Cylindrical-coordinate representation of color #5339A9: hue angle of 253.93º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5339A9 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 57 169 -
CMYK 0.51 0.66 0 0.34
HSL 253.93º 0.5% 0.44% -
HSV(B) 253.93º 0.66% 0.66% -
XYZ 12.19 7.63 38.37 -
YUV 77.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 83 57 169 0.51 0.66 0 0.34 253.93 0.5 0.44
Hex 53 39 A9 33 42 0 22 FE 32 2C
Octal 123 71 251 63 102 0 42 376 62 54
Binary 1010011 111001 10101001 110011 1000010 0 100010 11111110 110010 101100

Color Harmonies of #5339A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5339A9

Black with #5339A9

Text Example


Text Example

White with #5339A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5339A9; }

 p { color: rgb(83,57,169); }

 H1.HeaderClassName
 {
   color: #5339A9;
 }
 .AnyTagClassName
 {
   color: #5339A9;
 }
</style>

background-color css

<style>
 a { background-color: #5339A9; }

 a { background-color: rgb(83,57,169); }

 div.DivClassName
 {
   background-color: #5339A9;
 }
 .BgClassName
 {
   background-color: #5339A9;
 }
</style>

border-color css

<style>
 span { border-color: #5339A9; }

 span { border-color: rgb(83,57,169); }

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