Html Css Color HEX #533AAD Blue Gem

📋 copy color: '#533AAD'

red 83 ◦ green 58 ◦ blue 173

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

Shades of Blue Gem #533AAD

Tints of Blue Gem #533AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 26.43%
G = 18.47%
B = 55.1%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#533AAD (or 0x533AAD) is known color: Blue Gem. HEX triplet: 53, 3A and AD. RGB value is (83,58,173). Sum of RGB (Red+Green+Blue) = 83+58+173=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #533AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AAD is #ACC552. Grayscale: #4E4E4E. Windows color (decimal): -11322707 or 11352659. OLE color: 11352659.

HSL color Cylindrical-coordinate representation of color #533AAD: hue angle of 253.04º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533AAD is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 58 173 -
CMYK 0.52 0.66 0 0.32
HSL 253.04º 0.5% 0.45% -
HSV(B) 253.04º 0.66% 0.68% -
XYZ 12.62 7.88 40.39 -
YUV 78.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 83 58 173 0.52 0.66 0 0.32 253.04 0.5 0.45
Hex 53 3A AD 34 42 0 20 FD 32 2D
Octal 123 72 255 64 102 0 40 375 62 55
Binary 1010011 111010 10101101 110100 1000010 0 100000 11111101 110010 101101

Color Harmonies of #533AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533AAD

Black with #533AAD

Text Example


Text Example

White with #533AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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