Html Css Color HEX #5B5DCF Slate Blue

📋 copy color: '#5B5DCF'

red 91 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #5B5DCF

Tints of Slate Blue #5B5DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 23.27%
G = 23.79%
B = 52.94%

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

#5B5DCF (or 0x5B5DCF) is known color: Slate Blue. HEX triplet: 5B, 5D and CF. RGB value is (91,93,207). Sum of RGB (Red+Green+Blue) = 91+93+207=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5DCF is #A4A230. Grayscale: #686868. Windows color (decimal): -10789425 or 13589851. OLE color: 13589851.

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

Color convert

RGB 91 93 207 -
CMYK 0.56 0.55 0 0.19
HSL 238.97º 0.55% 0.58% -
HSV(B) 238.97º 0.56% 0.81% -
XYZ 19.49 14.56 60.81 -
YUV 105.4 185.34 117.73 -
System Red Green Blue C M Y K H S L
Decimal 91 93 207 0.56 0.55 0 0.19 238.97 0.55 0.58
Hex 5B 5D CF 38 37 0 13 EF 37 3A
Octal 133 135 317 70 67 0 23 357 67 72
Binary 1011011 1011101 11001111 111000 110111 0 10011 11101111 110111 111010

Color Harmonies of #5B5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5DCF

Black with #5B5DCF

Text Example


Text Example

White with #5B5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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