Html Css Color HEX #5941CB Slate Blue

📋 copy color: '#5941CB'

red 89 ◦ green 65 ◦ blue 203

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

Shades of Slate Blue #5941CB

Tints of Slate Blue #5941CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.86%

R = 24.93%
G = 18.21%
B = 56.86%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5941CB (or 0x5941CB) is known color: Slate Blue. HEX triplet: 59, 41 and CB. RGB value is (89,65,203). Sum of RGB (Red+Green+Blue) = 89+65+203=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #5941CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5941CB is #A6BE34. Grayscale: #575757. Windows color (decimal): -10927669 or 13320537. OLE color: 13320537.

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

Color convert

RGB 89 65 203 -
CMYK 0.56 0.68 0 0.20
HSL 250.43º 0.57% 0.53% -
HSV(B) 250.43º 0.68% 0.8% -
XYZ 16.79 10.22 57.59 -
YUV 87.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 89 65 203 0.56 0.68 0 0.20 250.43 0.57 0.53
Hex 59 41 CB 38 44 0 14 FA 39 35
Octal 131 101 313 70 104 0 24 372 71 65
Binary 1011001 1000001 11001011 111000 1000100 0 10100 11111010 111001 110101

Color Harmonies of #5941CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941CB

Black with #5941CB

Text Example


Text Example

White with #5941CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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