#534DAF

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

Shades of Rich Blue #534DAF

Tints of Rich Blue #534DAF

Color information

#534DAF (or 0x534DAF) is unknown color: approx Rich Blue. HEX triplet: 53, 4D and AF. RGB value is (83,77,175). Sum of RGB (Red+Green+Blue) = 83+77+175=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #534DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534DAF is #ACB250. Grayscale: #595959. Windows color (decimal): -11317841 or 11488595. OLE color: 11488595.

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

Color convert

RGB8377175-
CMYK0.530.5600.31
HSL243.67º38.89%49.41%-
HSV(B)243.67º56%68.63%-
XYZ13.9610.2441.8-
YUV89.97175.99123.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=24.78%
G=22.99%
B=52.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83771750.530.5600.31243.6738.8949.41
Hex534DAF353801Ff42731
Octal12311525765700373644761
Binary101001110011011010111111010111100001111111110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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