Html Css Color HEX #533DAC Blue Gem

📋 copy color: '#533DAC'

red 83 ◦ green 61 ◦ blue 172

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

Shades of Blue Gem #533DAC

Tints of Blue Gem #533DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

 BLUE value IS 172 (67.58% from 255) = 54.43%

R = 26.27%
G = 19.3%
B = 54.43%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#533DAC (or 0x533DAC) is known color: Blue Gem. HEX triplet: 53, 3D and AC. RGB value is (83,61,172). Sum of RGB (Red+Green+Blue) = 83+61+172=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #533DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533DAC is #ACC253. Grayscale: #4F4F4F. Windows color (decimal): -11321940 or 11287891. OLE color: 11287891.

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

Color convert

RGB 83 61 172 -
CMYK 0.52 0.65 0 0.33
HSL 251.89º 0.48% 0.46% -
HSV(B) 251.89º 0.65% 0.67% -
XYZ 12.68 8.16 39.94 -
YUV 80.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 83 61 172 0.52 0.65 0 0.33 251.89 0.48 0.46
Hex 53 3D AC 34 41 0 21 FC 30 2E
Octal 123 75 254 64 101 0 41 374 60 56
Binary 1010011 111101 10101100 110100 1000001 0 100001 11111100 110000 101110

Color Harmonies of #533DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DAC

Black with #533DAC

Text Example


Text Example

White with #533DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,61,172); }

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

background-color css

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

 a { background-color: rgb(83,61,172); }

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

border-color css

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

 span { border-color: rgb(83,61,172); }

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