#5744BE

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

Shades of Rich Blue #5744BE

Tints of Rich Blue #5744BE

Color information

#5744BE (or 0x5744BE) is unknown color: approx Rich Blue. HEX triplet: 57, 44 and BE. RGB value is (87,68,190). Sum of RGB (Red+Green+Blue) = 87+68+190=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #5744BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5744BE is #A8BB41. Grayscale: #575757. Windows color (decimal): -11057986 or 12469335. OLE color: 12469335.

HSL color Cylindrical-coordinate representation of color #5744BE: hue angle of 249.34º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5744BE is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8768190-
CMYK0.540.6400.25
HSL249.34º48.41%50.59%-
HSV(B)249.34º64.21%74.51%-
XYZ15.299.8849.82-
YUV87.59185.79127.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 190 (74.61% from 255) = 55.07%
R=25.22%
G=19.71%
B=55.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87681900.540.6400.25249.3448.4150.59
Hex5744BE3640019f93033
Octal127104276661000313716063
Binary1010111100010010111110110110100000001100111111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5744BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5744BE; }

 p { color: rgb(87,68,190); }

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

<style>
 a { background-color: #5744BE; }

 a { background-color: rgb(87,68,190); }

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

<style>
 span { border-color: #5744BE; }

 span { border-color: rgb(87,68,190); }

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