Html Css Color HEX #533CAA Blue Gem

📋 copy color: '#533CAA'

red 83 ◦ green 60 ◦ blue 170

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

Shades of Blue Gem #533CAA

Tints of Blue Gem #533CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 26.52%
G = 19.17%
B = 54.31%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#533CAA (or 0x533CAA) is known color: Blue Gem. HEX triplet: 53, 3C and AA. RGB value is (83,60,170). Sum of RGB (Red+Green+Blue) = 83+60+170=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #533CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533CAA is #ACC355. Grayscale: #4F4F4F. Windows color (decimal): -11322198 or 11156563. OLE color: 11156563.

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

Color convert

RGB 83 60 170 -
CMYK 0.51 0.65 0 0.33
HSL 252.55º 0.48% 0.45% -
HSV(B) 252.55º 0.65% 0.67% -
XYZ 12.44 7.97 38.91 -
YUV 79.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 83 60 170 0.51 0.65 0 0.33 252.55 0.48 0.45
Hex 53 3C AA 33 41 0 21 FD 30 2D
Octal 123 74 252 63 101 0 41 375 60 55
Binary 1010011 111100 10101010 110011 1000001 0 100001 11111101 110000 101101

Color Harmonies of #533CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533CAA

Black with #533CAA

Text Example


Text Example

White with #533CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,170); }

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

background-color css

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

 a { background-color: rgb(83,60,170); }

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

border-color css

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

 span { border-color: rgb(83,60,170); }

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