#5748BC

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

Shades of Rich Blue #5748BC

Tints of Rich Blue #5748BC

Color information

#5748BC (or 0x5748BC) is unknown color: approx Rich Blue. HEX triplet: 57, 48 and BC. RGB value is (87,72,188). Sum of RGB (Red+Green+Blue) = 87+72+188=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #5748BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5748BC is #A8B743. Grayscale: #595959. Windows color (decimal): -11056964 or 12339287. OLE color: 12339287.

HSL color Cylindrical-coordinate representation of color #5748BC: hue angle of 247.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5748BC is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8772188-
CMYK0.540.6200.26
HSL247.76º46.4%50.98%-
HSV(B)247.76º61.7%73.73%-
XYZ15.3210.2948.76-
YUV89.71183.47126.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.07%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 188 (73.83% from 255) = 54.18%
R=25.07%
G=20.75%
B=54.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87721880.540.6200.26247.7646.450.98
Hex5748BC363E01Af82e33
Octal12711027466760323705663
Binary101011110010001011110011011011111001101011111000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5748BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5748BC; }

 p { color: rgb(87,72,188); }

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

<style>
 a { background-color: #5748BC; }

 a { background-color: rgb(87,72,188); }

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

<style>
 span { border-color: #5748BC; }

 span { border-color: rgb(87,72,188); }

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