Html Css Color HEX #533AA3 Blue Gem

📋 copy color: '#533AA3'

red 83 ◦ green 58 ◦ blue 163

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

Shades of Blue Gem #533AA3

Tints of Blue Gem #533AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 53.62%

R = 27.3%
G = 19.08%
B = 53.62%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#533AA3 (or 0x533AA3) is known color: Blue Gem. HEX triplet: 53, 3A and A3. RGB value is (83,58,163). Sum of RGB (Red+Green+Blue) = 83+58+163=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #533AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AA3 is #ACC55C. Grayscale: #4D4D4D. Windows color (decimal): -11322717 or 10697299. OLE color: 10697299.

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

Color convert

RGB 83 58 163 -
CMYK 0.49 0.64 0 0.36
HSL 254.29º 0.48% 0.43% -
HSV(B) 254.29º 0.64% 0.64% -
XYZ 11.69 7.51 35.48 -
YUV 77.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 83 58 163 0.49 0.64 0 0.36 254.29 0.48 0.43
Hex 53 3A A3 31 40 0 24 FE 30 2B
Octal 123 72 243 61 100 0 44 376 60 53
Binary 1010011 111010 10100011 110001 1000000 0 100100 11111110 110000 101011

Color Harmonies of #533AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533AA3

Black with #533AA3

Text Example


Text Example

White with #533AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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