Html Css Color HEX #5848CE Slate Blue

📋 copy color: '#5848CE'

red 88 ◦ green 72 ◦ blue 206

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

Shades of Slate Blue #5848CE

Tints of Slate Blue #5848CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 24.04%
G = 19.67%
B = 56.28%

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

#5848CE (or 0x5848CE) is known color: Slate Blue. HEX triplet: 58, 48 and CE. RGB value is (88,72,206). Sum of RGB (Red+Green+Blue) = 88+72+206=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #5848CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5848CE is #A7B731. Grayscale: #5B5B5B. Windows color (decimal): -10991410 or 13518936. OLE color: 13518936.

HSL color Cylindrical-coordinate representation of color #5848CE: hue angle of 247.16º 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 #5848CE is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 72 206 -
CMYK 0.57 0.65 0 0.19
HSL 247.16º 0.58% 0.55% -
HSV(B) 247.16º 0.65% 0.81% -
XYZ 17.48 11.17 59.63 -
YUV 92.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 88 72 206 0.57 0.65 0 0.19 247.16 0.58 0.55
Hex 58 48 CE 39 41 0 13 F7 3A 37
Octal 130 110 316 71 101 0 23 367 72 67
Binary 1011000 1001000 11001110 111001 1000001 0 10011 11110111 111010 110111

Color Harmonies of #5848CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5848CE

Black with #5848CE

Text Example


Text Example

White with #5848CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5848CE; }

 p { color: rgb(88,72,206); }

 H1.HeaderClassName
 {
   color: #5848CE;
 }
 .AnyTagClassName
 {
   color: #5848CE;
 }
</style>

background-color css

<style>
 a { background-color: #5848CE; }

 a { background-color: rgb(88,72,206); }

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

border-color css

<style>
 span { border-color: #5848CE; }

 span { border-color: rgb(88,72,206); }

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