#5C5EDD

Color #5C5EDD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5C5EDD

Tints of Slate Blue #5C5EDD

Color information

#5C5EDD (or 0x5C5EDD) is unknown color: approx Slate Blue. HEX triplet: 5C, 5E and DD. RGB value is (92,94,221). Sum of RGB (Red+Green+Blue) = 92+94+221=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #5C5EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5EDD is #A3A122. Grayscale: #6B6B6B. Windows color (decimal): -10723619 or 14507612. OLE color: 14507612.

HSL color Cylindrical-coordinate representation of color #5C5EDD: hue angle of 239.07º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C5EDD is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9294221-
CMYK0.580.5700.13
HSL239.07º65.48%61.37%-
HSV(B)239.07º58.37%86.67%-
XYZ21.4715.570.27-
YUV107.88191.84116.67-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.60%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 221 (86.72% from 255) = 54.30%
R=22.60%
G=23.10%
B=54.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92942210.580.5700.13239.0765.4861.37
Hex5C5EDD3A390Def413d
Octal134136335727101535710175
Binary101110010111101101110111101011100101101111011111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C5EDD; }

 p { color: rgb(92,94,221); }

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

<style>
 a { background-color: #5C5EDD; }

 a { background-color: rgb(92,94,221); }

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

<style>
 span { border-color: #5C5EDD; }

 span { border-color: rgb(92,94,221); }

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