Html Css Color HEX #5C5CCD Slate Blue

📋 copy color: '#5C5CCD'

red 92 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #5C5CCD

Tints of Slate Blue #5C5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 23.65%
G = 23.65%
B = 52.7%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C5CCD (or 0x5C5CCD) is known color: Slate Blue. HEX triplet: 5C, 5C and CD. RGB value is (92,92,205). Sum of RGB (Red+Green+Blue) = 92+92+205=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5CCD is #A3A332. Grayscale: #686868. Windows color (decimal): -10724147 or 13458524. OLE color: 13458524.

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

Color convert

RGB 92 92 205 -
CMYK 0.55 0.55 0 0.20
HSL 240º 0.53% 0.58% -
HSV(B) 240º 0.55% 0.8% -
XYZ 19.26 14.34 59.51 -
YUV 104.88 184.5 118.81 -
System Red Green Blue C M Y K H S L
Decimal 92 92 205 0.55 0.55 0 0.20 240 0.53 0.58
Hex 5C 5C CD 37 37 0 14 F0 35 3A
Octal 134 134 315 67 67 0 24 360 65 72
Binary 1011100 1011100 11001101 110111 110111 0 10100 11110000 110101 111010

Color Harmonies of #5C5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5CCD

Black with #5C5CCD

Text Example


Text Example

White with #5C5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,92,205); }

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

background-color css

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

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

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

border-color css

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

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

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