Html Css Color HEX #5B58D5 Slate Blue

📋 copy color: '#5B58D5'

red 91 ◦ green 88 ◦ blue 213

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

Shades of Slate Blue #5B58D5

Tints of Slate Blue #5B58D5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.45%

 BLUE value IS 213 (83.59% from 255) = 54.34%

R = 23.21%
G = 22.45%
B = 54.34%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5B58D5 (or 0x5B58D5) is known color: Slate Blue. HEX triplet: 5B, 58 and D5. RGB value is (91,88,213). Sum of RGB (Red+Green+Blue) = 91+88+213=392 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.21% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #5B58D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B58D5 is #A4A72A. Grayscale: #666666. Windows color (decimal): -10790699 or 13981787. OLE color: 13981787.

HSL color Cylindrical-coordinate representation of color #5B58D5: hue angle of 241.44º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B58D5 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 91 88 213 -
CMYK 0.57 0.59 0 0.16
HSL 241.44º 0.6% 0.59% -
HSV(B) 241.44º 0.59% 0.84% -
XYZ 19.81 14.01 64.61 -
YUV 103.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 91 88 213 0.57 0.59 0 0.16 241.44 0.6 0.59
Hex 5B 58 D5 39 3B 0 10 F1 3C 3B
Octal 133 130 325 71 73 0 20 361 74 73
Binary 1011011 1011000 11010101 111001 111011 0 10000 11110001 111100 111011

Color Harmonies of #5B58D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B58D5

Black with #5B58D5

Text Example


Text Example

White with #5B58D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,88,213); }

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

background-color css

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

 a { background-color: rgb(91,88,213); }

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

border-color css

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

 span { border-color: rgb(91,88,213); }

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