Html Css Color HEX #533AAB Blue Gem

📋 copy color: '#533AAB'

red 83 ◦ green 58 ◦ blue 171

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

Shades of Blue Gem #533AAB

Tints of Blue Gem #533AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 26.6%
G = 18.59%
B = 54.81%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#533AAB (or 0x533AAB) is known color: Blue Gem. HEX triplet: 53, 3A and AB. RGB value is (83,58,171). Sum of RGB (Red+Green+Blue) = 83+58+171=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #533AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AAB is #ACC554. Grayscale: #4D4D4D. Windows color (decimal): -11322709 or 11221587. OLE color: 11221587.

HSL color Cylindrical-coordinate representation of color #533AAB: hue angle of 253.27º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533AAB is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 58 171 -
CMYK 0.51 0.66 0 0.33
HSL 253.27º 0.49% 0.45% -
HSV(B) 253.27º 0.66% 0.67% -
XYZ 12.43 7.81 39.38 -
YUV 78.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 83 58 171 0.51 0.66 0 0.33 253.27 0.49 0.45
Hex 53 3A AB 33 42 0 21 FD 31 2D
Octal 123 72 253 63 102 0 41 375 61 55
Binary 1010011 111010 10101011 110011 1000010 0 100001 11111101 110001 101101

Color Harmonies of #533AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533AAB

Black with #533AAB

Text Example


Text Example

White with #533AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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