Html Css Color HEX #5848DE Slate Blue

📋 copy color: '#5848DE'

red 88 ◦ green 72 ◦ blue 222

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

Shades of Slate Blue #5848DE

Tints of Slate Blue #5848DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.12%

R = 23.04%
G = 18.85%
B = 58.12%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5848DE (or 0x5848DE) is known color: Slate Blue. HEX triplet: 58, 48 and DE. RGB value is (88,72,222). Sum of RGB (Red+Green+Blue) = 88+72+222=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #5848DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5848DE is #A7B721. Grayscale: #5D5D5D. Windows color (decimal): -10991394 or 14567512. OLE color: 14567512.

HSL color Cylindrical-coordinate representation of color #5848DE: hue angle of 246.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5848DE is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 72 222 -
CMYK 0.60 0.68 0 0.13
HSL 246.4º 0.69% 0.58% -
HSV(B) 246.4º 0.68% 0.87% -
XYZ 19.53 11.98 70.39 -
YUV 93.88 200.3 123.8 -
System Red Green Blue C M Y K H S L
Decimal 88 72 222 0.60 0.68 0 0.13 246.4 0.69 0.58
Hex 58 48 DE 3C 44 0 D F6 45 3A
Octal 130 110 336 74 104 0 15 366 105 72
Binary 1011000 1001000 11011110 111100 1000100 0 1101 11110110 1000101 111010

Color Harmonies of #5848DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5848DE

Black with #5848DE

Text Example


Text Example

White with #5848DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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