Html Css Color HEX #5951DC Slate Blue

📋 copy color: '#5951DC'

red 89 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #5951DC

Tints of Slate Blue #5951DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.77%

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

R = 22.82%
G = 20.77%
B = 56.41%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5951DC (or 0x5951DC) is known color: Slate Blue. HEX triplet: 59, 51 and DC. RGB value is (89,81,220). Sum of RGB (Red+Green+Blue) = 89+81+220=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #5951DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5951DC is #A6AE23. Grayscale: #626262. Windows color (decimal): -10923556 or 14438745. OLE color: 14438745.

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

Color convert

RGB 89 81 220 -
CMYK 0.60 0.63 0 0.14
HSL 243.45º 0.67% 0.59% -
HSV(B) 243.45º 0.63% 0.86% -
XYZ 19.98 13.18 69.2 -
YUV 99.24 196.15 120.7 -
System Red Green Blue C M Y K H S L
Decimal 89 81 220 0.60 0.63 0 0.14 243.45 0.67 0.59
Hex 59 51 DC 3C 3F 0 E F3 43 3B
Octal 131 121 334 74 77 0 16 363 103 73
Binary 1011001 1010001 11011100 111100 111111 0 1110 11110011 1000011 111011

Color Harmonies of #5951DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5951DC

Black with #5951DC

Text Example


Text Example

White with #5951DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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