Html Css Color HEX #533EAC Blue Gem

📋 copy color: '#533EAC'

red 83 ◦ green 62 ◦ blue 172

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

Shades of Blue Gem #533EAC

Tints of Blue Gem #533EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

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

R = 26.18%
G = 19.56%
B = 54.26%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#533EAC (or 0x533EAC) is known color: Blue Gem. HEX triplet: 53, 3E and AC. RGB value is (83,62,172). Sum of RGB (Red+Green+Blue) = 83+62+172=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #533EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533EAC is #ACC153. Grayscale: #505050. Windows color (decimal): -11321684 or 11288147. OLE color: 11288147.

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

Color convert

RGB 83 62 172 -
CMYK 0.52 0.64 0 0.33
HSL 251.45º 0.47% 0.46% -
HSV(B) 251.45º 0.64% 0.67% -
XYZ 12.74 8.26 39.95 -
YUV 80.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 83 62 172 0.52 0.64 0 0.33 251.45 0.47 0.46
Hex 53 3E AC 34 40 0 21 FB 2F 2E
Octal 123 76 254 64 100 0 41 373 57 56
Binary 1010011 111110 10101100 110100 1000000 0 100001 11111011 101111 101110

Color Harmonies of #533EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533EAC

Black with #533EAC

Text Example


Text Example

White with #533EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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