#5657C1

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

Shades of Rich Blue #5657C1

Tints of Rich Blue #5657C1

Color information

#5657C1 (or 0x5657C1) is unknown color: approx Rich Blue. HEX triplet: 56, 57 and C1. RGB value is (86,87,193). Sum of RGB (Red+Green+Blue) = 86+87+193=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #5657C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5657C1 is #A9A83E. Grayscale: #626262. Windows color (decimal): -11118655 or 12670806. OLE color: 12670806.

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

Color convert

RGB8687193-
CMYK0.550.5500.24
HSL239.44º46.32%54.71%-
HSV(B)239.44º55.44%75.69%-
XYZ16.8712.6552-
YUV98.78181.17118.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 193 (75.78% from 255) = 52.73%
R=23.50%
G=23.77%
B=52.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86871930.550.5500.24239.4446.3254.71
Hex5657C13737018ef2e37
Octal12612730167670303575667
Binary101011010101111100000111011111011101100011101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5657C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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