Html Css Color HEX #5849CB Slate Blue

📋 copy color: '#5849CB'

red 88 ◦ green 73 ◦ blue 203

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

Shades of Slate Blue #5849CB

Tints of Slate Blue #5849CB

RGB

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

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

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

R = 24.18%
G = 20.05%
B = 55.77%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5849CB (or 0x5849CB) is known color: Slate Blue. HEX triplet: 58, 49 and CB. RGB value is (88,73,203). Sum of RGB (Red+Green+Blue) = 88+73+203=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #5849CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849CB is #A7B634. Grayscale: #5B5B5B. Windows color (decimal): -10991157 or 13322584. OLE color: 13322584.

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

Color convert

RGB 88 73 203 -
CMYK 0.57 0.64 0 0.20
HSL 246.92º 0.56% 0.54% -
HSV(B) 246.92º 0.64% 0.8% -
XYZ 17.19 11.15 57.75 -
YUV 92.31 190.47 124.93 -
System Red Green Blue C M Y K H S L
Decimal 88 73 203 0.57 0.64 0 0.20 246.92 0.56 0.54
Hex 58 49 CB 39 40 0 14 F7 38 36
Octal 130 111 313 71 100 0 24 367 70 66
Binary 1011000 1001001 11001011 111001 1000000 0 10100 11110111 111000 110110

Color Harmonies of #5849CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5849CB

Black with #5849CB

Text Example


Text Example

White with #5849CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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