#5c51ca

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

Shades of Slate Blue #5C51CA

Tints of Slate Blue #5C51CA

Color information

#5C51CA (or 0x5C51CA) is unknown color: approx Slate Blue. HEX triplet: 5C, 51 and CA. RGB value is (92,81,202). Sum of RGB (Red+Green+Blue) = 92+81+202=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C51CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C51CA is #A3AE35. Grayscale: #616161. Windows color (decimal): -10726966 or 13259100. OLE color: 13259100.

HSL color Cylindrical-coordinate representation of color #5C51CA: hue angle of 245.45º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C51CA is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9281202-
CMYK0.540.6000.21
HSL245.45º53.3%55.49%-
HSV(B)245.45º59.9%79.22%-
XYZ18.0212.4257.33-
YUV98.08186.64123.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.53%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 202 (79.30% from 255) = 53.87%
R=24.53%
G=21.6%
B=53.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92812020.540.6000.21245.4553.355.49
Hex5C51CA363C015f53537
Octal13412131266740253656567
Binary101110010100011100101011011011110001010111110101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c51ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,81,202); }

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

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

 a { background-color: rgb(92,81,202); }

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

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

 span { border-color: rgb(92,81,202); }

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