#534DBA

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

Shades of Rich Blue #534DBA

Tints of Rich Blue #534DBA

Color information

#534DBA (or 0x534DBA) is unknown color: approx Rich Blue. HEX triplet: 53, 4D and BA. RGB value is (83,77,186). Sum of RGB (Red+Green+Blue) = 83+77+186=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #534DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DBA is #ACB245. Grayscale: #5A5A5A. Windows color (decimal): -11317830 or 12209491. OLE color: 12209491.

HSL color Cylindrical-coordinate representation of color #534DBA: hue angle of 243.3º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #534DBA is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8377186-
CMYK0.550.5900.27
HSL243.3º44.13%51.57%-
HSV(B)243.3º58.6%72.94%-
XYZ15.0810.6947.72-
YUV91.22181.49122.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.99%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=23.99%
G=22.25%
B=53.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83771860.550.5900.27243.344.1351.57
Hex534DBA373B01Bf32c34
Octal12311527267730333635464
Binary101001110011011011101011011111101101101111110011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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