#534EAD

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

Shades of Rich Blue #534EAD

Tints of Rich Blue #534EAD

Color information

#534EAD (or 0x534EAD) is unknown color: approx Rich Blue. HEX triplet: 53, 4E and AD. RGB value is (83,78,173). Sum of RGB (Red+Green+Blue) = 83+78+173=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #534EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534EAD is #ACB152. Grayscale: #595959. Windows color (decimal): -11317587 or 11357779. OLE color: 11357779.

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

Color convert

RGB8378173-
CMYK0.520.5500.32
HSL243.16º37.85%49.22%-
HSV(B)243.16º54.91%67.84%-
XYZ13.8310.340.8-
YUV90.32174.66122.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=24.85%
G=23.35%
B=51.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83781730.520.5500.32243.1637.8549.22
Hex534EAD3437020f32631
Octal12311625564670403634661
Binary1010011100111010101101110100110111010000011110011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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