Html Css Color HEX #5C5FDB Slate Blue

📋 copy color: '#5C5FDB'

red 92 ◦ green 95 ◦ blue 219

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

Shades of Slate Blue #5C5FDB

Tints of Slate Blue #5C5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

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

R = 22.66%
G = 23.4%
B = 53.94%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C5FDB (or 0x5C5FDB) is known color: Slate Blue. HEX triplet: 5C, 5F and DB. RGB value is (92,95,219). Sum of RGB (Red+Green+Blue) = 92+95+219=406 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.66% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C5FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5FDB is #A3A024. Grayscale: #6B6B6B. Windows color (decimal): -10723365 or 14376796. OLE color: 14376796.

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

Color convert

RGB 92 95 219 -
CMYK 0.58 0.57 0 0.14
HSL 238.58º 0.64% 0.61% -
HSV(B) 238.58º 0.58% 0.86% -
XYZ 21.29 15.57 68.9 -
YUV 108.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 92 95 219 0.58 0.57 0 0.14 238.58 0.64 0.61
Hex 5C 5F DB 3A 39 0 E EF 40 3D
Octal 134 137 333 72 71 0 16 357 100 75
Binary 1011100 1011111 11011011 111010 111001 0 1110 11101111 1000000 111101

Color Harmonies of #5C5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5FDB

Black with #5C5FDB

Text Example


Text Example

White with #5C5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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