#534AAE

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

Shades of Rich Blue #534AAE

Tints of Rich Blue #534AAE

Color information

#534AAE (or 0x534AAE) is unknown color: approx Rich Blue. HEX triplet: 53, 4A and AE. RGB value is (83,74,174). Sum of RGB (Red+Green+Blue) = 83+74+174=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #534AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534AAE is #ACB551. Grayscale: #575757. Windows color (decimal): -11318610 or 11422291. OLE color: 11422291.

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

Color convert

RGB8374174-
CMYK0.520.5700.32
HSL245.4º40.32%48.63%-
HSV(B)245.4º57.47%68.24%-
XYZ13.669.7941.21-
YUV88.09176.48124.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=25.08%
G=22.36%
B=52.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83741740.520.5700.32245.440.3248.63
Hex534AAE3439020f52831
Octal12311225664710403655061
Binary1010011100101010101110110100111001010000011110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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