#534DC1

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

Shades of Rich Blue #534DC1

Tints of Rich Blue #534DC1

Color information

#534DC1 (or 0x534DC1) is unknown color: approx Rich Blue. HEX triplet: 53, 4D and C1. RGB value is (83,77,193). Sum of RGB (Red+Green+Blue) = 83+77+193=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #534DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DC1 is #ACB23E. Grayscale: #5B5B5B. Windows color (decimal): -11317823 or 12668243. OLE color: 12668243.

HSL color Cylindrical-coordinate representation of color #534DC1: hue angle of 243.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534DC1 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8377193-
CMYK0.570.6000.24
HSL243.1º48.33%52.94%-
HSV(B)243.1º60.1%75.69%-
XYZ15.851151.74-
YUV92.02184.99121.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 193 (75.78% from 255) = 54.67%
R=23.51%
G=21.81%
B=54.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83771930.570.6000.24243.148.3352.94
Hex534DC1393C018f33035
Octal12311530171740303636065
Binary101001110011011100000111100111110001100011110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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