Html Css Color HEX #5C5DDB Slate Blue

📋 copy color: '#5C5DDB'

red 92 ◦ green 93 ◦ blue 219

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

Shades of Slate Blue #5C5DDB

Tints of Slate Blue #5C5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

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

R = 22.77%
G = 23.02%
B = 54.21%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C5DDB (or 0x5C5DDB) is known color: Slate Blue. HEX triplet: 5C, 5D and DB. RGB value is (92,93,219). Sum of RGB (Red+Green+Blue) = 92+93+219=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C5DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5DDB is #A3A224. Grayscale: #6A6A6A. Windows color (decimal): -10723877 or 14376284. OLE color: 14376284.

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

Color convert

RGB 92 93 219 -
CMYK 0.58 0.58 0 0.14
HSL 239.53º 0.64% 0.61% -
HSV(B) 239.53º 0.58% 0.86% -
XYZ 21.11 15.22 68.84 -
YUV 107.07 191.17 117.25 -
System Red Green Blue C M Y K H S L
Decimal 92 93 219 0.58 0.58 0 0.14 239.53 0.64 0.61
Hex 5C 5D DB 3A 3A 0 E F0 40 3D
Octal 134 135 333 72 72 0 16 360 100 75
Binary 1011100 1011101 11011011 111010 111010 0 1110 11110000 1000000 111101

Color Harmonies of #5C5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5DDB

Black with #5C5DDB

Text Example


Text Example

White with #5C5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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