Html Css Color HEX #5849CF Slate Blue

📋 copy color: '#5849CF'

red 88 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #5849CF

Tints of Slate Blue #5849CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.84%

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

R = 23.91%
G = 19.84%
B = 56.25%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5849CF (or 0x5849CF) is known color: Slate Blue. HEX triplet: 58, 49 and CF. RGB value is (88,73,207). Sum of RGB (Red+Green+Blue) = 88+73+207=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #5849CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849CF is #A7B630. Grayscale: #5C5C5C. Windows color (decimal): -10991153 or 13584728. OLE color: 13584728.

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

Color convert

RGB 88 73 207 -
CMYK 0.57 0.65 0 0.19
HSL 246.72º 0.58% 0.55% -
HSV(B) 246.72º 0.65% 0.81% -
XYZ 17.67 11.34 60.29 -
YUV 92.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 88 73 207 0.57 0.65 0 0.19 246.72 0.58 0.55
Hex 58 49 CF 39 41 0 13 F7 3A 37
Octal 130 111 317 71 101 0 23 367 72 67
Binary 1011000 1001001 11001111 111001 1000001 0 10011 11110111 111010 110111

Color Harmonies of #5849CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849CF

Black with #5849CF

Text Example


Text Example

White with #5849CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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