#5442BF

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

Shades of Rich Blue #5442BF

Tints of Rich Blue #5442BF

Color information

#5442BF (or 0x5442BF) is unknown color: approx Rich Blue. HEX triplet: 54, 42 and BF. RGB value is (84,66,191). Sum of RGB (Red+Green+Blue) = 84+66+191=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #5442BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5442BF is #ABBD40. Grayscale: #555555. Windows color (decimal): -11255105 or 12534356. OLE color: 12534356.

HSL color Cylindrical-coordinate representation of color #5442BF: hue angle of 248.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5442BF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8466191-
CMYK0.560.6500.25
HSL248.64º49.41%50.39%-
HSV(B)248.64º65.45%74.9%-
XYZ15.019.5450.34-
YUV85.63187.46126.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 191 (75% from 255) = 56.01%
R=24.63%
G=19.35%
B=56.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84661910.560.6500.25248.6449.4150.39
Hex5442BF3841019f93132
Octal124102277701010313716162
Binary1010100100001010111111111000100000101100111111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5442BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5442BF; }

 p { color: rgb(84,66,191); }

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

<style>
 a { background-color: #5442BF; }

 a { background-color: rgb(84,66,191); }

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

<style>
 span { border-color: #5442BF; }

 span { border-color: rgb(84,66,191); }

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