Html Css Color HEX #533EAE Rich Blue

📋 copy color: '#533EAE'

red 83 ◦ green 62 ◦ blue 174

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

Shades of Rich Blue #533EAE

Tints of Rich Blue #533EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 26.02%
G = 19.44%
B = 54.55%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#533EAE (or 0x533EAE) is known color: Rich Blue. HEX triplet: 53, 3E and AE. RGB value is (83,62,174). Sum of RGB (Red+Green+Blue) = 83+62+174=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #533EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533EAE is #ACC151. Grayscale: #505050. Windows color (decimal): -11321682 or 11419219. OLE color: 11419219.

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

Color convert

RGB 83 62 174 -
CMYK 0.52 0.64 0 0.32
HSL 251.25º 0.47% 0.46% -
HSV(B) 251.25º 0.64% 0.68% -
XYZ 12.93 8.34 40.97 -
YUV 81.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 83 62 174 0.52 0.64 0 0.32 251.25 0.47 0.46
Hex 53 3E AE 34 40 0 20 FB 2F 2E
Octal 123 76 256 64 100 0 40 373 57 56
Binary 1010011 111110 10101110 110100 1000000 0 100000 11111011 101111 101110

Color Harmonies of #533EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533EAE

Black with #533EAE

Text Example


Text Example

White with #533EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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