Html Css Color HEX #5B5DCE Slate Blue

📋 copy color: '#5B5DCE'

red 91 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #5B5DCE

Tints of Slate Blue #5B5DCE

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5B5DCE (or 0x5B5DCE) is known color: Slate Blue. HEX triplet: 5B, 5D and CE. RGB value is (91,93,206). Sum of RGB (Red+Green+Blue) = 91+93+206=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 93 (36.72% from 255 or 23.85% 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 #5B5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5DCE is #A4A231. Grayscale: #686868. Windows color (decimal): -10789426 or 13524315. OLE color: 13524315.

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

Color convert

RGB 91 93 206 -
CMYK 0.56 0.55 0 0.19
HSL 238.96º 0.54% 0.58% -
HSV(B) 238.96º 0.56% 0.81% -
XYZ 19.37 14.51 60.17 -
YUV 105.28 184.84 117.81 -
System Red Green Blue C M Y K H S L
Decimal 91 93 206 0.56 0.55 0 0.19 238.96 0.54 0.58
Hex 5B 5D CE 38 37 0 13 EF 36 3A
Octal 133 135 316 70 67 0 23 357 66 72
Binary 1011011 1011101 11001110 111000 110111 0 10011 11101111 110110 111010

Color Harmonies of #5B5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5DCE

Black with #5B5DCE

Text Example


Text Example

White with #5B5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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