Html Css Color HEX #5C51CD Slate Blue

📋 copy color: '#5C51CD'

red 92 ◦ green 81 ◦ blue 205

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

Shades of Slate Blue #5C51CD

Tints of Slate Blue #5C51CD

RGB

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

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

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

R = 24.34%
G = 21.43%
B = 54.23%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C51CD (or 0x5C51CD) is known color: Slate Blue. HEX triplet: 5C, 51 and CD. RGB value is (92,81,205). Sum of RGB (Red+Green+Blue) = 92+81+205=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C51CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C51CD is #A3AE32. Grayscale: #616161. Windows color (decimal): -10726963 or 13455708. OLE color: 13455708.

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

Color convert

RGB 92 81 205 -
CMYK 0.55 0.60 0 0.20
HSL 245.32º 0.55% 0.56% -
HSV(B) 245.32º 0.6% 0.8% -
XYZ 18.38 12.57 59.21 -
YUV 98.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 92 81 205 0.55 0.60 0 0.20 245.32 0.55 0.56
Hex 5C 51 CD 37 3C 0 14 F5 37 38
Octal 134 121 315 67 74 0 24 365 67 70
Binary 1011100 1010001 11001101 110111 111100 0 10100 11110101 110111 111000

Color Harmonies of #5C51CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C51CD

Black with #5C51CD

Text Example


Text Example

White with #5C51CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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