#534db4

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

Shades of Rich Blue #534DB4

Tints of Rich Blue #534DB4

Color information

#534DB4 (or 0x534DB4) is unknown color: approx Rich Blue. HEX triplet: 53, 4D and B4. RGB value is (83,77,180). Sum of RGB (Red+Green+Blue) = 83+77+180=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #534DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DB4 is #ACB24B. Grayscale: #5A5A5A. Windows color (decimal): -11317836 or 11816275. OLE color: 11816275.

HSL color Cylindrical-coordinate representation of color #534DB4: hue angle of 243.5º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534DB4 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8377180-
CMYK0.540.5700.29
HSL243.5º40.71%50.39%-
HSV(B)243.5º57.22%70.59%-
XYZ14.4610.4444.43-
YUV90.54178.49122.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=24.41%
G=22.65%
B=52.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83771800.540.5700.29243.540.7150.39
Hex534DB4363901Df32932
Octal12311526466710353635162
Binary101001110011011011010011011011100101110111110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534db4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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