#534AC1

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

Shades of Rich Blue #534AC1

Tints of Rich Blue #534AC1

Color information

#534AC1 (or 0x534AC1) is unknown color: approx Rich Blue. HEX triplet: 53, 4A and C1. RGB value is (83,74,193). Sum of RGB (Red+Green+Blue) = 83+74+193=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 193 (75.78% from 255 or 55.14% from 350); Max value from RGB is 193 - color contains mainly: blue. Hex color #534AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534AC1 is #ACB53E. Grayscale: #595959. Windows color (decimal): -11318591 or 12667475. OLE color: 12667475.

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

Color convert

RGB8374193-
CMYK0.570.6200.24
HSL244.54º48.97%52.35%-
HSV(B)244.54º61.66%75.69%-
XYZ15.6410.5951.67-
YUV90.26185.98122.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 193 (75.78% from 255) = 55.14%
R=23.71%
G=21.14%
B=55.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83741930.570.6200.24244.5448.9752.35
Hex534AC1393E018f53134
Octal12311230171760303656164
Binary101001110010101100000111100111111001100011110101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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