#534DAE

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

Shades of Rich Blue #534DAE

Tints of Rich Blue #534DAE

Color information

#534DAE (or 0x534DAE) is unknown color: approx Rich Blue. HEX triplet: 53, 4D and AE. RGB value is (83,77,174). Sum of RGB (Red+Green+Blue) = 83+77+174=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #534DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534DAE is #ACB251. Grayscale: #595959. Windows color (decimal): -11317842 or 11423059. OLE color: 11423059.

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

Color convert

RGB8377174-
CMYK0.520.5600.32
HSL243.71º38.65%49.22%-
HSV(B)243.71º55.75%68.24%-
XYZ13.8610.241.28-
YUV89.85175.49123.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=24.85%
G=23.05%
B=52.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83771740.520.5600.32243.7138.6549.22
Hex534DAE3438020f42731
Octal12311525664700403644761
Binary1010011100110110101110110100111000010000011110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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