Html Css Color HEX #5C5DCE Slate Blue

📋 copy color: '#5C5DCE'

red 92 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #5C5DCE

Tints of Slate Blue #5C5DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.79%

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 23.53%
G = 23.79%
B = 52.69%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C5DCE (or 0x5C5DCE) is known color: Slate Blue. HEX triplet: 5C, 5D and CE. RGB value is (92,93,206). Sum of RGB (Red+Green+Blue) = 92+93+206=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5DCE is #A3A231. Grayscale: #696969. Windows color (decimal): -10723890 or 13524316. OLE color: 13524316.

HSL color Cylindrical-coordinate representation of color #5C5DCE: hue angle of 239.47º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C5DCE is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 93 206 -
CMYK 0.55 0.55 0 0.19
HSL 239.47º 0.54% 0.58% -
HSV(B) 239.47º 0.55% 0.81% -
XYZ 19.47 14.56 60.18 -
YUV 105.58 184.67 118.31 -
System Red Green Blue C M Y K H S L
Decimal 92 93 206 0.55 0.55 0 0.19 239.47 0.54 0.58
Hex 5C 5D CE 37 37 0 13 EF 36 3A
Octal 134 135 316 67 67 0 23 357 66 72
Binary 1011100 1011101 11001110 110111 110111 0 10011 11101111 110110 111010

Color Harmonies of #5C5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5DCE

Black with #5C5DCE

Text Example


Text Example

White with #5C5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,93,206); }

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

background-color css

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

 a { background-color: rgb(92,93,206); }

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

border-color css

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

 span { border-color: rgb(92,93,206); }

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