Html Css Color HEX #5D5BCE Slate Blue

📋 copy color: '#5D5BCE'

red 93 ◦ green 91 ◦ blue 206

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

Shades of Slate Blue #5D5BCE

Tints of Slate Blue #5D5BCE

RGB

 RED value IS 93 (36.72% from 255) = 23.85%

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

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

R = 23.85%
G = 23.33%
B = 52.82%

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

#5D5BCE (or 0x5D5BCE) is known color: Slate Blue. HEX triplet: 5D, 5B and CE. RGB value is (93,91,206). Sum of RGB (Red+Green+Blue) = 93+91+206=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D5BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5BCE is #A2A431. Grayscale: #686868. Windows color (decimal): -10658866 or 13523805. OLE color: 13523805.

HSL color Cylindrical-coordinate representation of color #5D5BCE: hue angle of 241.04º 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 #5D5BCE is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 91 206 -
CMYK 0.55 0.56 0 0.19
HSL 241.04º 0.54% 0.58% -
HSV(B) 241.04º 0.56% 0.81% -
XYZ 19.4 14.27 60.12 -
YUV 104.71 185.16 119.65 -
System Red Green Blue C M Y K H S L
Decimal 93 91 206 0.55 0.56 0 0.19 241.04 0.54 0.58
Hex 5D 5B CE 37 38 0 13 F1 36 3A
Octal 135 133 316 67 70 0 23 361 66 72
Binary 1011101 1011011 11001110 110111 111000 0 10011 11110001 110110 111010

Color Harmonies of #5D5BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5BCE

Black with #5D5BCE

Text Example


Text Example

White with #5D5BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,91,206); }

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

background-color css

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

 a { background-color: rgb(93,91,206); }

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

border-color css

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

 span { border-color: rgb(93,91,206); }

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