Html Css Color HEX #5849C6 Slate Blue

📋 copy color: '#5849C6'

red 88 ◦ green 73 ◦ blue 198

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

Shades of Slate Blue #5849C6

Tints of Slate Blue #5849C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.15%

R = 24.51%
G = 20.33%
B = 55.15%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5849C6 (or 0x5849C6) is known color: Slate Blue. HEX triplet: 58, 49 and C6. RGB value is (88,73,198). Sum of RGB (Red+Green+Blue) = 88+73+198=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #5849C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849C6 is #A7B639. Grayscale: #5B5B5B. Windows color (decimal): -10991162 or 12994904. OLE color: 12994904.

HSL color Cylindrical-coordinate representation of color #5849C6: hue angle of 247.2º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5849C6 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 88 73 198 -
CMYK 0.56 0.63 0 0.22
HSL 247.2º 0.52% 0.53% -
HSV(B) 247.2º 0.63% 0.78% -
XYZ 16.6 10.92 54.66 -
YUV 91.74 187.97 125.34 -
System Red Green Blue C M Y K H S L
Decimal 88 73 198 0.56 0.63 0 0.22 247.2 0.52 0.53
Hex 58 49 C6 38 3F 0 16 F7 34 35
Octal 130 111 306 70 77 0 26 367 64 65
Binary 1011000 1001001 11000110 111000 111111 0 10110 11110111 110100 110101

Color Harmonies of #5849C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849C6

Black with #5849C6

Text Example


Text Example

White with #5849C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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