Html Css Color HEX #5848DC Slate Blue

📋 copy color: '#5848DC'

red 88 ◦ green 72 ◦ blue 220

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

Shades of Slate Blue #5848DC

Tints of Slate Blue #5848DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 23.16%
G = 18.95%
B = 57.89%

CMYK

 C value IS 0.6

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5848DC (or 0x5848DC) is known color: Slate Blue. HEX triplet: 58, 48 and DC. RGB value is (88,72,220). Sum of RGB (Red+Green+Blue) = 88+72+220=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #5848DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5848DC is #A7B723. Grayscale: #5D5D5D. Windows color (decimal): -10991396 or 14436440. OLE color: 14436440.

HSL color Cylindrical-coordinate representation of color #5848DC: hue angle of 246.49º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5848DC is Cyan = 0.6, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 72 220 -
CMYK 0.6 0.67 0 0.14
HSL 246.49º 0.68% 0.57% -
HSV(B) 246.49º 0.67% 0.86% -
XYZ 19.26 11.88 68.99 -
YUV 93.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 88 72 220 0.6 0.67 0 0.14 246.49 0.68 0.57
Hex 58 48 DC 3C 43 0 E F6 44 39
Octal 130 110 334 74 103 0 16 366 104 71
Binary 1011000 1001000 11011100 111100 1000011 0 1110 11110110 1000100 111001

Color Harmonies of #5848DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5848DC

Black with #5848DC

Text Example


Text Example

White with #5848DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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