Html Css Color HEX #5844D6 Slate Blue

📋 copy color: '#5844D6'

red 88 ◦ green 68 ◦ blue 214

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

Shades of Slate Blue #5844D6

Tints of Slate Blue #5844D6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

 BLUE value IS 214 (83.98% from 255) = 57.84%

R = 23.78%
G = 18.38%
B = 57.84%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5844D6 (or 0x5844D6) is known color: Slate Blue. HEX triplet: 58, 44 and D6. RGB value is (88,68,214). Sum of RGB (Red+Green+Blue) = 88+68+214=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #5844D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5844D6 is #A7BB29. Grayscale: #5A5A5A. Windows color (decimal): -10992426 or 14042200. OLE color: 14042200.

HSL color Cylindrical-coordinate representation of color #5844D6: hue angle of 248.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5844D6 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 68 214 -
CMYK 0.59 0.68 0 0.16
HSL 248.22º 0.64% 0.55% -
HSV(B) 248.22º 0.68% 0.84% -
XYZ 18.23 11.06 64.79 -
YUV 90.62 197.63 126.13 -
System Red Green Blue C M Y K H S L
Decimal 88 68 214 0.59 0.68 0 0.16 248.22 0.64 0.55
Hex 58 44 D6 3B 44 0 10 F8 40 37
Octal 130 104 326 73 104 0 20 370 100 67
Binary 1011000 1000100 11010110 111011 1000100 0 10000 11111000 1000000 110111

Color Harmonies of #5844D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5844D6

Black with #5844D6

Text Example


Text Example

White with #5844D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5844D6; }

 p { color: rgb(88,68,214); }

 H1.HeaderClassName
 {
   color: #5844D6;
 }
 .AnyTagClassName
 {
   color: #5844D6;
 }
</style>

background-color css

<style>
 a { background-color: #5844D6; }

 a { background-color: rgb(88,68,214); }

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

border-color css

<style>
 span { border-color: #5844D6; }

 span { border-color: rgb(88,68,214); }

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