#5745BF

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

Shades of Rich Blue #5745BF

Tints of Rich Blue #5745BF

Color information

#5745BF (or 0x5745BF) is unknown color: approx Rich Blue. HEX triplet: 57, 45 and BF. RGB value is (87,69,191). Sum of RGB (Red+Green+Blue) = 87+69+191=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #5745BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745BF is #A8BA40. Grayscale: #575757. Windows color (decimal): -11057729 or 12535127. OLE color: 12535127.

HSL color Cylindrical-coordinate representation of color #5745BF: hue angle of 248.85º degrees, saturation: 0.49, 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 #5745BF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8769191-
CMYK0.540.6400.25
HSL248.85º48.8%50.98%-
HSV(B)248.85º63.87%74.9%-
XYZ15.4610.0450.41-
YUV88.29185.96127.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 191 (75% from 255) = 55.04%
R=25.07%
G=19.88%
B=55.04%

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
Decimal87691910.540.6400.25248.8548.850.98
Hex5745BF3640019f93133
Octal127105277661000313716163
Binary1010111100010110111111110110100000001100111111001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5745BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,69,191); }

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

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

 a { background-color: rgb(87,69,191); }

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

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

 span { border-color: rgb(87,69,191); }

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