Html Css Color HEX #5C50CE Slate Blue

📋 copy color: '#5C50CE'

red 92 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #5C50CE

Tints of Slate Blue #5C50CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 24.34%
G = 21.16%
B = 54.5%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C50CE (or 0x5C50CE) is known color: Slate Blue. HEX triplet: 5C, 50 and CE. RGB value is (92,80,206). Sum of RGB (Red+Green+Blue) = 92+80+206=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C50CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C50CE is #A3AF31. Grayscale: #616161. Windows color (decimal): -10727218 or 13520988. OLE color: 13520988.

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

Color convert

RGB 92 80 206 -
CMYK 0.55 0.61 0 0.19
HSL 245.71º 0.56% 0.56% -
HSV(B) 245.71º 0.61% 0.81% -
XYZ 18.42 12.47 59.83 -
YUV 97.95 188.98 123.75 -
System Red Green Blue C M Y K H S L
Decimal 92 80 206 0.55 0.61 0 0.19 245.71 0.56 0.56
Hex 5C 50 CE 37 3D 0 13 F6 38 38
Octal 134 120 316 67 75 0 23 366 70 70
Binary 1011100 1010000 11001110 110111 111101 0 10011 11110110 111000 111000

Color Harmonies of #5C50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C50CE

Black with #5C50CE

Text Example


Text Example

White with #5C50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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