Html Css Color HEX #533DAA Blue Gem

📋 copy color: '#533DAA'

red 83 ◦ green 61 ◦ blue 170

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

Shades of Blue Gem #533DAA

Tints of Blue Gem #533DAA

RGB

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

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

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

R = 26.43%
G = 19.43%
B = 54.14%

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

#533DAA (or 0x533DAA) is known color: Blue Gem. HEX triplet: 53, 3D and AA. RGB value is (83,61,170). Sum of RGB (Red+Green+Blue) = 83+61+170=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #533DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533DAA is #ACC255. Grayscale: #4F4F4F. Windows color (decimal): -11321942 or 11156819. OLE color: 11156819.

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

Color convert

RGB 83 61 170 -
CMYK 0.51 0.64 0 0.33
HSL 252.11º 0.47% 0.45% -
HSV(B) 252.11º 0.64% 0.67% -
XYZ 12.49 8.08 38.93 -
YUV 80 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 83 61 170 0.51 0.64 0 0.33 252.11 0.47 0.45
Hex 53 3D AA 33 40 0 21 FC 2F 2D
Octal 123 75 252 63 100 0 41 374 57 55
Binary 1010011 111101 10101010 110011 1000000 0 100001 11111100 101111 101101

Color Harmonies of #533DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533DAA

Black with #533DAA

Text Example


Text Example

White with #533DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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