Html Css Color HEX #533FAA Blue Gem

📋 copy color: '#533FAA'

red 83 ◦ green 63 ◦ blue 170

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

Shades of Blue Gem #533FAA

Tints of Blue Gem #533FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.94%

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

R = 26.27%
G = 19.94%
B = 53.8%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#533FAA (or 0x533FAA) is known color: Blue Gem. HEX triplet: 53, 3F and AA. RGB value is (83,63,170). Sum of RGB (Red+Green+Blue) = 83+63+170=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #533FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533FAA is #ACC055. Grayscale: #505050. Windows color (decimal): -11321430 or 11157331. OLE color: 11157331.

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

Color convert

RGB 83 63 170 -
CMYK 0.51 0.63 0 0.33
HSL 251.22º 0.46% 0.46% -
HSV(B) 251.22º 0.63% 0.67% -
XYZ 12.6 8.3 38.97 -
YUV 81.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 83 63 170 0.51 0.63 0 0.33 251.22 0.46 0.46
Hex 53 3F AA 33 3F 0 21 FB 2E 2E
Octal 123 77 252 63 77 0 41 373 56 56
Binary 1010011 111111 10101010 110011 111111 0 100001 11111011 101110 101110

Color Harmonies of #533FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533FAA

Black with #533FAA

Text Example


Text Example

White with #533FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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