#534EAE

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

Shades of Rich Blue #534EAE

Tints of Rich Blue #534EAE

Color information

#534EAE (or 0x534EAE) is unknown color: approx Rich Blue. HEX triplet: 53, 4E and AE. RGB value is (83,78,174). Sum of RGB (Red+Green+Blue) = 83+78+174=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #534EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534EAE is #ACB151. Grayscale: #5A5A5A. Windows color (decimal): -11317586 or 11423315. OLE color: 11423315.

HSL color Cylindrical-coordinate representation of color #534EAE: hue angle of 243.12º 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 #534EAE is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8378174-
CMYK0.520.5500.32
HSL243.12º38.1%49.41%-
HSV(B)243.12º55.17%68.24%-
XYZ13.9310.3441.31-
YUV90.44175.16122.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=24.78%
G=23.28%
B=51.94%

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
Decimal83781740.520.5500.32243.1238.149.41
Hex534EAE3437020f32631
Octal12311625664670403634661
Binary1010011100111010101110110100110111010000011110011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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