Html Css Color HEX #5641CB Slate Blue

📋 copy color: '#5641CB'

red 86 ◦ green 65 ◦ blue 203

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

Shades of Slate Blue #5641CB

Tints of Slate Blue #5641CB

RGB

 RED value IS 86 (33.98% from 255) = 24.29%

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

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

R = 24.29%
G = 18.36%
B = 57.34%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5641CB (or 0x5641CB) is known color: Slate Blue. HEX triplet: 56, 41 and CB. RGB value is (86,65,203). Sum of RGB (Red+Green+Blue) = 86+65+203=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #5641CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5641CB is #A9BE34. Grayscale: #565656. Windows color (decimal): -11124277 or 13320534. OLE color: 13320534.

HSL color Cylindrical-coordinate representation of color #5641CB: hue angle of 249.13º 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 #5641CB is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 65 203 -
CMYK 0.58 0.68 0 0.20
HSL 249.13º 0.57% 0.53% -
HSV(B) 249.13º 0.68% 0.8% -
XYZ 16.51 10.07 57.57 -
YUV 87.01 193.46 127.28 -
System Red Green Blue C M Y K H S L
Decimal 86 65 203 0.58 0.68 0 0.20 249.13 0.57 0.53
Hex 56 41 CB 3A 44 0 14 F9 39 35
Octal 126 101 313 72 104 0 24 371 71 65
Binary 1010110 1000001 11001011 111010 1000100 0 10100 11111001 111001 110101

Color Harmonies of #5641CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5641CB

Black with #5641CB

Text Example


Text Example

White with #5641CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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