Html Css Color HEX #5C5ACE Slate Blue

📋 copy color: '#5C5ACE'

red 92 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #5C5ACE

Tints of Slate Blue #5C5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

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

R = 23.71%
G = 23.2%
B = 53.09%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C5ACE (or 0x5C5ACE) is known color: Slate Blue. HEX triplet: 5C, 5A and CE. RGB value is (92,90,206). Sum of RGB (Red+Green+Blue) = 92+90+206=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5ACE is #A3A531. Grayscale: #676767. Windows color (decimal): -10724658 or 13523548. OLE color: 13523548.

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

Color convert

RGB 92 90 206 -
CMYK 0.55 0.56 0 0.19
HSL 241.03º 0.54% 0.58% -
HSV(B) 241.03º 0.56% 0.81% -
XYZ 19.21 14.04 60.09 -
YUV 103.82 185.66 119.57 -
System Red Green Blue C M Y K H S L
Decimal 92 90 206 0.55 0.56 0 0.19 241.03 0.54 0.58
Hex 5C 5A CE 37 38 0 13 F1 36 3A
Octal 134 132 316 67 70 0 23 361 66 72
Binary 1011100 1011010 11001110 110111 111000 0 10011 11110001 110110 111010

Color Harmonies of #5C5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5ACE

Black with #5C5ACE

Text Example


Text Example

White with #5C5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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