Html Css Color HEX #5849CA Slate Blue

📋 copy color: '#5849CA'

red 88 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #5849CA

Tints of Slate Blue #5849CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.65%

R = 24.24%
G = 20.11%
B = 55.65%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5849CA (or 0x5849CA) is known color: Slate Blue. HEX triplet: 58, 49 and CA. RGB value is (88,73,202). Sum of RGB (Red+Green+Blue) = 88+73+202=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #5849CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849CA is #A7B635. Grayscale: #5B5B5B. Windows color (decimal): -10991158 or 13257048. OLE color: 13257048.

HSL color Cylindrical-coordinate representation of color #5849CA: hue angle of 246.98º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5849CA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 73 202 -
CMYK 0.56 0.64 0 0.21
HSL 246.98º 0.55% 0.54% -
HSV(B) 246.98º 0.64% 0.79% -
XYZ 17.07 11.1 57.12 -
YUV 92.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 88 73 202 0.56 0.64 0 0.21 246.98 0.55 0.54
Hex 58 49 CA 38 40 0 15 F7 37 36
Octal 130 111 312 70 100 0 25 367 67 66
Binary 1011000 1001001 11001010 111000 1000000 0 10101 11110111 110111 110110

Color Harmonies of #5849CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849CA

Black with #5849CA

Text Example


Text Example

White with #5849CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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