Html Css Color HEX #5C4CDB Slate Blue

📋 copy color: '#5C4CDB'

red 92 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #5C4CDB

Tints of Slate Blue #5C4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 23.77%
G = 19.64%
B = 56.59%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C4CDB (or 0x5C4CDB) is known color: Slate Blue. HEX triplet: 5C, 4C and DB. RGB value is (92,76,219). Sum of RGB (Red+Green+Blue) = 92+76+219=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4CDB is #A3B324. Grayscale: #606060. Windows color (decimal): -10728229 or 14371932. OLE color: 14371932.

HSL color Cylindrical-coordinate representation of color #5C4CDB: hue angle of 246.71º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C4CDB is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 76 219 -
CMYK 0.58 0.65 0 0.14
HSL 246.71º 0.67% 0.58% -
HSV(B) 246.71º 0.65% 0.86% -
XYZ 19.78 12.56 68.4 -
YUV 97.09 196.8 124.37 -
System Red Green Blue C M Y K H S L
Decimal 92 76 219 0.58 0.65 0 0.14 246.71 0.67 0.58
Hex 5C 4C DB 3A 41 0 E F7 43 3A
Octal 134 114 333 72 101 0 16 367 103 72
Binary 1011100 1001100 11011011 111010 1000001 0 1110 11110111 1000011 111010

Color Harmonies of #5C4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4CDB

Black with #5C4CDB

Text Example


Text Example

White with #5C4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,76,219); }

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

background-color css

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

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

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

border-color css

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

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

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