Html Css Color HEX #5941CE Slate Blue

📋 copy color: '#5941CE'

red 89 ◦ green 65 ◦ blue 206

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

Shades of Slate Blue #5941CE

Tints of Slate Blue #5941CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 24.72%
G = 18.06%
B = 57.22%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5941CE (or 0x5941CE) is known color: Slate Blue. HEX triplet: 59, 41 and CE. RGB value is (89,65,206). Sum of RGB (Red+Green+Blue) = 89+65+206=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #5941CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5941CE is #A6BE31. Grayscale: #575757. Windows color (decimal): -10927666 or 13517145. OLE color: 13517145.

HSL color Cylindrical-coordinate representation of color #5941CE: hue angle of 250.21º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5941CE is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 65 206 -
CMYK 0.57 0.68 0 0.19
HSL 250.21º 0.59% 0.53% -
HSV(B) 250.21º 0.68% 0.81% -
XYZ 17.15 10.36 59.49 -
YUV 88.25 194.45 128.54 -
System Red Green Blue C M Y K H S L
Decimal 89 65 206 0.57 0.68 0 0.19 250.21 0.59 0.53
Hex 59 41 CE 39 44 0 13 FA 3B 35
Octal 131 101 316 71 104 0 23 372 73 65
Binary 1011001 1000001 11001110 111001 1000100 0 10011 11111010 111011 110101

Color Harmonies of #5941CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941CE

Black with #5941CE

Text Example


Text Example

White with #5941CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5941CE; }

 p { color: rgb(89,65,206); }

 H1.HeaderClassName
 {
   color: #5941CE;
 }
 .AnyTagClassName
 {
   color: #5941CE;
 }
</style>

background-color css

<style>
 a { background-color: #5941CE; }

 a { background-color: rgb(89,65,206); }

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

border-color css

<style>
 span { border-color: #5941CE; }

 span { border-color: rgb(89,65,206); }

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