#5957C1

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

Shades of Rich Blue #5957C1

Tints of Rich Blue #5957C1

Color information

#5957C1 (or 0x5957C1) is unknown color: approx Rich Blue. HEX triplet: 59, 57 and C1. RGB value is (89,87,193). Sum of RGB (Red+Green+Blue) = 89+87+193=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 87 (34.38% from 255 or 23.58% 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 #5957C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5957C1 is #A6A83E. Grayscale: #636363. Windows color (decimal): -10922047 or 12670809. OLE color: 12670809.

HSL color Cylindrical-coordinate representation of color #5957C1: hue angle of 241.13º 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 #5957C1 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8987193-
CMYK0.540.5500.24
HSL241.13º46.09%54.9%-
HSV(B)241.13º54.92%75.69%-
XYZ17.1512.7952.02-
YUV99.68180.66120.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89871930.540.5500.24241.1346.0954.9
Hex5957C13637018f12e37
Octal13112730166670303615667
Binary101100110101111100000111011011011101100011110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5957C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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