Html Css Color HEX #533BAA Blue Gem

📋 copy color: '#533BAA'

red 83 ◦ green 59 ◦ blue 170

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

Shades of Blue Gem #533BAA

Tints of Blue Gem #533BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

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

R = 26.6%
G = 18.91%
B = 54.49%

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

#533BAA (or 0x533BAA) is known color: Blue Gem. HEX triplet: 53, 3B and AA. RGB value is (83,59,170). Sum of RGB (Red+Green+Blue) = 83+59+170=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #533BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533BAA is #ACC455. Grayscale: #4E4E4E. Windows color (decimal): -11322454 or 11156307. OLE color: 11156307.

HSL color Cylindrical-coordinate representation of color #533BAA: hue angle of 252.97º 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 #533BAA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 59 170 -
CMYK 0.51 0.65 0 0.33
HSL 252.97º 0.48% 0.45% -
HSV(B) 252.97º 0.65% 0.67% -
XYZ 12.39 7.87 38.9 -
YUV 78.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 83 59 170 0.51 0.65 0 0.33 252.97 0.48 0.45
Hex 53 3B AA 33 41 0 21 FD 30 2D
Octal 123 73 252 63 101 0 41 375 60 55
Binary 1010011 111011 10101010 110011 1000001 0 100001 11111101 110000 101101

Color Harmonies of #533BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BAA

Black with #533BAA

Text Example


Text Example

White with #533BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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