#534AAA

Color #534AAA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #534AAA

Tints of Rich Blue #534AAA

Color information

#534AAA (or 0x534AAA) is unknown color: approx Rich Blue. HEX triplet: 53, 4A and AA. RGB value is (83,74,170). Sum of RGB (Red+Green+Blue) = 83+74+170=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #534AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534AAA is #ACB555. Grayscale: #575757. Windows color (decimal): -11318614 or 11160147. OLE color: 11160147.

HSL color Cylindrical-coordinate representation of color #534AAA: hue angle of 245.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534AAA is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8374170-
CMYK0.510.5600.33
HSL245.62º39.34%47.84%-
HSV(B)245.62º56.47%66.67%-
XYZ13.279.6439.19-
YUV87.64174.48124.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=25.38%
G=22.63%
B=51.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83741700.510.5600.33245.6239.3447.84
Hex534AAA3338021f62730
Octal12311225263700413664760
Binary1010011100101010101010110011111000010000111110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #534AAA;
 }
 .AnyTagClassName
 {
   color: #534AAA;
 }
</style>
background-color css

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

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

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

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

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

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