Html Css Color HEX #5C51DF Slate Blue

📋 copy color: '#5C51DF'

red 92 ◦ green 81 ◦ blue 223

#5C51DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5C51DF

Tints of Slate Blue #5C51DF

RGB

 RED value IS 92 (36.33% from 255) = 23.23%

 GREEN value IS 81 (32.03% from 255) = 20.45%

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 23.23%
G = 20.45%
B = 56.31%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5C51DF (or 0x5C51DF) is known color: Slate Blue. HEX triplet: 5C, 51 and DF. RGB value is (92,81,223). Sum of RGB (Red+Green+Blue) = 92+81+223=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C51DF is #A3AE20. Grayscale: #636363. Windows color (decimal): -10726945 or 14635356. OLE color: 14635356.

HSL color Cylindrical-coordinate representation of color #5C51DF: hue angle of 244.65º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C51DF is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 81 223 -
CMYK 0.59 0.64 0 0.13
HSL 244.65º 0.69% 0.6% -
HSV(B) 244.65º 0.64% 0.87% -
XYZ 20.68 13.49 71.33 -
YUV 100.48 197.14 121.95 -
System Red Green Blue C M Y K H S L
Decimal 92 81 223 0.59 0.64 0 0.13 244.65 0.69 0.6
Hex 5C 51 DF 3B 40 0 D F5 45 3C
Octal 134 121 337 73 100 0 15 365 105 74
Binary 1011100 1010001 11011111 111011 1000000 0 1101 11110101 1000101 111100

Color Harmonies of #5C51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C51DF

Black with #5C51DF

Text Example


Text Example

White with #5C51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C51DF;
 }
 .AnyTagClassName
 {
   color: #5C51DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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