#5759C1

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

Shades of Rich Blue #5759C1

Tints of Rich Blue #5759C1

Color information

#5759C1 (or 0x5759C1) is unknown color: approx Rich Blue. HEX triplet: 57, 59 and C1. RGB value is (87,89,193). Sum of RGB (Red+Green+Blue) = 87+89+193=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #5759C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5759C1 is #A8A63E. Grayscale: #636363. Windows color (decimal): -11052607 or 12671319. OLE color: 12671319.

HSL color Cylindrical-coordinate representation of color #5759C1: hue angle of 238.87º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5759C1 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8789193-
CMYK0.550.5400.24
HSL238.87º46.09%54.9%-
HSV(B)238.87º54.92%75.69%-
XYZ17.1313.0252.06-
YUV100.26180.34118.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.58%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 193 (75.78% from 255) = 52.30%
R=23.58%
G=24.12%
B=52.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87891930.550.5400.24238.8746.0954.9
Hex5759C13736018ef2e37
Octal12713130167660303575667
Binary101011110110011100000111011111011001100011101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5759C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5759C1; }

 p { color: rgb(87,89,193); }

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

<style>
 a { background-color: #5759C1; }

 a { background-color: rgb(87,89,193); }

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

<style>
 span { border-color: #5759C1; }

 span { border-color: rgb(87,89,193); }

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