Html Css Color HEX #533EAB Blue Gem

📋 copy color: '#533EAB'

red 83 ◦ green 62 ◦ blue 171

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

Shades of Blue Gem #533EAB

Tints of Blue Gem #533EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 26.27%
G = 19.62%
B = 54.11%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#533EAB (or 0x533EAB) is known color: Blue Gem. HEX triplet: 53, 3E and AB. RGB value is (83,62,171). Sum of RGB (Red+Green+Blue) = 83+62+171=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #533EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533EAB is #ACC154. Grayscale: #505050. Windows color (decimal): -11321685 or 11222611. OLE color: 11222611.

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

Color convert

RGB 83 62 171 -
CMYK 0.51 0.64 0 0.33
HSL 251.56º 0.47% 0.46% -
HSV(B) 251.56º 0.64% 0.67% -
XYZ 12.64 8.22 39.45 -
YUV 80.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 83 62 171 0.51 0.64 0 0.33 251.56 0.47 0.46
Hex 53 3E AB 33 40 0 21 FC 2F 2E
Octal 123 76 253 63 100 0 41 374 57 56
Binary 1010011 111110 10101011 110011 1000000 0 100001 11111100 101111 101110

Color Harmonies of #533EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533EAB

Black with #533EAB

Text Example


Text Example

White with #533EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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