Html Css Color HEX #5C5BDB Slate Blue

📋 copy color: '#5C5BDB'

red 92 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #5C5BDB

Tints of Slate Blue #5C5BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.64%

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

R = 22.89%
G = 22.64%
B = 54.48%

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

#5C5BDB (or 0x5C5BDB) is known color: Slate Blue. HEX triplet: 5C, 5B and DB. RGB value is (92,91,219). Sum of RGB (Red+Green+Blue) = 92+91+219=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C5BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5BDB is #A3A424. Grayscale: #696969. Windows color (decimal): -10724389 or 14375772. OLE color: 14375772.

HSL color Cylindrical-coordinate representation of color #5C5BDB: hue angle of 240.47º 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 #5C5BDB is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 91 219 -
CMYK 0.58 0.58 0 0.14
HSL 240.47º 0.64% 0.61% -
HSV(B) 240.47º 0.58% 0.86% -
XYZ 20.94 14.87 68.78 -
YUV 105.89 191.83 118.09 -
System Red Green Blue C M Y K H S L
Decimal 92 91 219 0.58 0.58 0 0.14 240.47 0.64 0.61
Hex 5C 5B DB 3A 3A 0 E F0 40 3D
Octal 134 133 333 72 72 0 16 360 100 75
Binary 1011100 1011011 11011011 111010 111010 0 1110 11110000 1000000 111101

Color Harmonies of #5C5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5BDB

Black with #5C5BDB

Text Example


Text Example

White with #5C5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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