Html Css Color HEX #5958DC Slate Blue

📋 copy color: '#5958DC'

red 89 ◦ green 88 ◦ blue 220

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

Shades of Slate Blue #5958DC

Tints of Slate Blue #5958DC

RGB

 RED value IS 89 (35.16% from 255) = 22.42%

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

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 22.42%
G = 22.17%
B = 55.42%

CMYK

 C value IS 0.60

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5958DC (or 0x5958DC) is known color: Slate Blue. HEX triplet: 59, 58 and DC. RGB value is (89,88,220). Sum of RGB (Red+Green+Blue) = 89+88+220=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #5958DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5958DC is #A6A723. Grayscale: #666666. Windows color (decimal): -10921764 or 14440537. OLE color: 14440537.

HSL color Cylindrical-coordinate representation of color #5958DC: hue angle of 240.45º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5958DC is Cyan = 0.60, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 88 220 -
CMYK 0.60 0.6 0 0.14
HSL 240.45º 0.65% 0.6% -
HSV(B) 240.45º 0.6% 0.86% -
XYZ 20.53 14.27 69.38 -
YUV 103.35 193.83 117.77 -
System Red Green Blue C M Y K H S L
Decimal 89 88 220 0.60 0.6 0 0.14 240.45 0.65 0.6
Hex 59 58 DC 3C 3C 0 E F0 41 3C
Octal 131 130 334 74 74 0 16 360 101 74
Binary 1011001 1011000 11011100 111100 111100 0 1110 11110000 1000001 111100

Color Harmonies of #5958DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5958DC

Black with #5958DC

Text Example


Text Example

White with #5958DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5958DC; }

 p { color: rgb(89,88,220); }

 H1.HeaderClassName
 {
   color: #5958DC;
 }
 .AnyTagClassName
 {
   color: #5958DC;
 }
</style>

background-color css

<style>
 a { background-color: #5958DC; }

 a { background-color: rgb(89,88,220); }

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

border-color css

<style>
 span { border-color: #5958DC; }

 span { border-color: rgb(89,88,220); }

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