Html Css Color HEX #533BAB Blue Gem

📋 copy color: '#533BAB'

red 83 ◦ green 59 ◦ blue 171

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

Shades of Blue Gem #533BAB

Tints of Blue Gem #533BAB

RGB

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

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

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

R = 26.52%
G = 18.85%
B = 54.63%

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

#533BAB (or 0x533BAB) is known color: Blue Gem. HEX triplet: 53, 3B and AB. RGB value is (83,59,171). Sum of RGB (Red+Green+Blue) = 83+59+171=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #533BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533BAB is #ACC454. Grayscale: #4E4E4E. Windows color (decimal): -11322453 or 11221843. OLE color: 11221843.

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

Color convert

RGB 83 59 171 -
CMYK 0.51 0.65 0 0.33
HSL 252.86º 0.49% 0.45% -
HSV(B) 252.86º 0.65% 0.67% -
XYZ 12.48 7.91 39.4 -
YUV 78.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 83 59 171 0.51 0.65 0 0.33 252.86 0.49 0.45
Hex 53 3B AB 33 41 0 21 FD 31 2D
Octal 123 73 253 63 101 0 41 375 61 55
Binary 1010011 111011 10101011 110011 1000001 0 100001 11111101 110001 101101

Color Harmonies of #533BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BAB

Black with #533BAB

Text Example


Text Example

White with #533BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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