Html Css Color HEX #533AA4 Blue Gem

📋 copy color: '#533AA4'

red 83 ◦ green 58 ◦ blue 164

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

Shades of Blue Gem #533AA4

Tints of Blue Gem #533AA4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.02%

 BLUE value IS 164 (64.45% from 255) = 53.77%

R = 27.21%
G = 19.02%
B = 53.77%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#533AA4 (or 0x533AA4) is known color: Blue Gem. HEX triplet: 53, 3A and A4. RGB value is (83,58,164). Sum of RGB (Red+Green+Blue) = 83+58+164=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #533AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AA4 is #ACC55B. Grayscale: #4D4D4D. Windows color (decimal): -11322716 or 10762835. OLE color: 10762835.

HSL color Cylindrical-coordinate representation of color #533AA4: hue angle of 254.15º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533AA4 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 58 164 -
CMYK 0.49 0.65 0 0.36
HSL 254.15º 0.48% 0.44% -
HSV(B) 254.15º 0.65% 0.64% -
XYZ 11.78 7.55 35.96 -
YUV 77.56 176.78 131.88 -
System Red Green Blue C M Y K H S L
Decimal 83 58 164 0.49 0.65 0 0.36 254.15 0.48 0.44
Hex 53 3A A4 31 41 0 24 FE 30 2C
Octal 123 72 244 61 101 0 44 376 60 54
Binary 1010011 111010 10100100 110001 1000001 0 100100 11111110 110000 101100

Color Harmonies of #533AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533AA4

Black with #533AA4

Text Example


Text Example

White with #533AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533AA4; }

 p { color: rgb(83,58,164); }

 H1.HeaderClassName
 {
   color: #533AA4;
 }
 .AnyTagClassName
 {
   color: #533AA4;
 }
</style>

background-color css

<style>
 a { background-color: #533AA4; }

 a { background-color: rgb(83,58,164); }

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

border-color css

<style>
 span { border-color: #533AA4; }

 span { border-color: rgb(83,58,164); }

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