#5C61DA

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

Shades of Slate Blue #5C61DA

Tints of Slate Blue #5C61DA

Color information

#5C61DA (or 0x5C61DA) is unknown color: approx Slate Blue. HEX triplet: 5C, 61 and DA. RGB value is (92,97,218). Sum of RGB (Red+Green+Blue) = 92+97+218=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C61DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C61DA is #A39E25. Grayscale: #6C6C6C. Windows color (decimal): -10722854 or 14311772. OLE color: 14311772.

HSL color Cylindrical-coordinate representation of color #5C61DA: hue angle of 237.62º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C61DA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9297218-
CMYK0.580.5600.15
HSL237.62º63%60.78%-
HSV(B)237.62º57.8%85.49%-
XYZ21.3415.8968.27-
YUV109.3189.34115.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.60%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 218 (85.55% from 255) = 53.56%
R=22.60%
G=23.83%
B=53.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal92972180.580.5600.15237.626360.78
Hex5C61DA3A380Fee3f3d
Octal13414133272700173567775
Binary10111001100001110110101110101110000111111101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C61DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,97,218); }

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

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

 a { background-color: rgb(92,97,218); }

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

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

 span { border-color: rgb(92,97,218); }

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