Html Css Color HEX #5841CF Slate Blue

📋 copy color: '#5841CF'

red 88 ◦ green 65 ◦ blue 207

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

Shades of Slate Blue #5841CF

Tints of Slate Blue #5841CF

RGB

 RED value IS 88 (34.77% from 255) = 24.44%

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

 BLUE value IS 207 (81.25% from 255) = 57.5%

R = 24.44%
G = 18.06%
B = 57.5%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5841CF (or 0x5841CF) is known color: Slate Blue. HEX triplet: 58, 41 and CF. RGB value is (88,65,207). Sum of RGB (Red+Green+Blue) = 88+65+207=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #5841CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841CF is #A7BE30. Grayscale: #575757. Windows color (decimal): -10993201 or 13582680. OLE color: 13582680.

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

Color convert

RGB 88 65 207 -
CMYK 0.57 0.69 0 0.19
HSL 249.72º 0.6% 0.53% -
HSV(B) 249.72º 0.69% 0.81% -
XYZ 17.18 10.36 60.13 -
YUV 88.07 195.12 127.95 -
System Red Green Blue C M Y K H S L
Decimal 88 65 207 0.57 0.69 0 0.19 249.72 0.6 0.53
Hex 58 41 CF 39 45 0 13 FA 3C 35
Octal 130 101 317 71 105 0 23 372 74 65
Binary 1011000 1000001 11001111 111001 1000101 0 10011 11111010 111100 110101

Color Harmonies of #5841CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5841CF

Black with #5841CF

Text Example


Text Example

White with #5841CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5841CF; }

 p { color: rgb(88,65,207); }

 H1.HeaderClassName
 {
   color: #5841CF;
 }
 .AnyTagClassName
 {
   color: #5841CF;
 }
</style>

background-color css

<style>
 a { background-color: #5841CF; }

 a { background-color: rgb(88,65,207); }

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

border-color css

<style>
 span { border-color: #5841CF; }

 span { border-color: rgb(88,65,207); }

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