Html Css Color HEX #534AAD Rich Blue

📋 copy color: '#534AAD'

red 83 ◦ green 74 ◦ blue 173

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

Shades of Rich Blue #534AAD

Tints of Rich Blue #534AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 25.15%
G = 22.42%
B = 52.42%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#534AAD (or 0x534AAD) is known color: Rich Blue. HEX triplet: 53, 4A and AD. RGB value is (83,74,173). Sum of RGB (Red+Green+Blue) = 83+74+173=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #534AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534AAD is #ACB552. Grayscale: #575757. Windows color (decimal): -11318611 or 11356755. OLE color: 11356755.

HSL color Cylindrical-coordinate representation of color #534AAD: hue angle of 245.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534AAD is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 74 173 -
CMYK 0.52 0.57 0 0.32
HSL 245.45º 0.4% 0.48% -
HSV(B) 245.45º 0.57% 0.68% -
XYZ 13.56 9.75 40.7 -
YUV 87.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 83 74 173 0.52 0.57 0 0.32 245.45 0.4 0.48
Hex 53 4A AD 34 39 0 20 F5 28 30
Octal 123 112 255 64 71 0 40 365 50 60
Binary 1010011 1001010 10101101 110100 111001 0 100000 11110101 101000 110000

Color Harmonies of #534AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534AAD

Black with #534AAD

Text Example


Text Example

White with #534AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534AAD; }

 p { color: rgb(83,74,173); }

 H1.HeaderClassName
 {
   color: #534AAD;
 }
 .AnyTagClassName
 {
   color: #534AAD;
 }
</style>

background-color css

<style>
 a { background-color: #534AAD; }

 a { background-color: rgb(83,74,173); }

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

border-color css

<style>
 span { border-color: #534AAD; }

 span { border-color: rgb(83,74,173); }

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