Html Css Color HEX #5844DD Slate Blue

📋 copy color: '#5844DD'

red 88 ◦ green 68 ◦ blue 221

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

Shades of Slate Blue #5844DD

Tints of Slate Blue #5844DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 23.34%
G = 18.04%
B = 58.62%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5844DD (or 0x5844DD) is known color: Slate Blue. HEX triplet: 58, 44 and DD. RGB value is (88,68,221). Sum of RGB (Red+Green+Blue) = 88+68+221=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #5844DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5844DD is #A7BB22. Grayscale: #5A5A5A. Windows color (decimal): -10992419 or 14500952. OLE color: 14500952.

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

Color convert

RGB 88 68 221 -
CMYK 0.60 0.69 0 0.13
HSL 247.84º 0.69% 0.57% -
HSV(B) 247.84º 0.69% 0.87% -
XYZ 19.14 11.43 69.6 -
YUV 91.42 201.13 125.56 -
System Red Green Blue C M Y K H S L
Decimal 88 68 221 0.60 0.69 0 0.13 247.84 0.69 0.57
Hex 58 44 DD 3C 45 0 D F8 45 39
Octal 130 104 335 74 105 0 15 370 105 71
Binary 1011000 1000100 11011101 111100 1000101 0 1101 11111000 1000101 111001

Color Harmonies of #5844DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5844DD

Black with #5844DD

Text Example


Text Example

White with #5844DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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