#5944BA

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

Shades of Rich Blue #5944BA

Tints of Rich Blue #5944BA

Color information

#5944BA (or 0x5944BA) is unknown color: approx Rich Blue. HEX triplet: 59, 44 and BA. RGB value is (89,68,186). Sum of RGB (Red+Green+Blue) = 89+68+186=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #5944BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5944BA is #A6BB45. Grayscale: #575757. Windows color (decimal): -10926918 or 12207193. OLE color: 12207193.

HSL color Cylindrical-coordinate representation of color #5944BA: hue angle of 250.68º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5944BA is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8968186-
CMYK0.520.6300.27
HSL250.68º46.46%49.8%-
HSV(B)250.68º63.44%72.94%-
XYZ15.059.847.55-
YUV87.73183.46128.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=25.95%
G=19.83%
B=54.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89681860.520.6300.27250.6846.4649.8
Hex5944BA343F01Bfb2e32
Octal13110427264770333735662
Binary101100110001001011101011010011111101101111111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5944BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5944BA; }

 p { color: rgb(89,68,186); }

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

<style>
 a { background-color: #5944BA; }

 a { background-color: rgb(89,68,186); }

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

<style>
 span { border-color: #5944BA; }

 span { border-color: rgb(89,68,186); }

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