Html Css Color HEX #5844CD Slate Blue

📋 copy color: '#5844CD'

red 88 ◦ green 68 ◦ blue 205

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

Shades of Slate Blue #5844CD

Tints of Slate Blue #5844CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.79%

R = 24.38%
G = 18.84%
B = 56.79%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5844CD (or 0x5844CD) is known color: Slate Blue. HEX triplet: 58, 44 and CD. RGB value is (88,68,205). Sum of RGB (Red+Green+Blue) = 88+68+205=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #5844CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5844CD is #A7BB32. Grayscale: #595959. Windows color (decimal): -10992435 or 13452376. OLE color: 13452376.

HSL color Cylindrical-coordinate representation of color #5844CD: hue angle of 248.76º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5844CD is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 68 205 -
CMYK 0.57 0.67 0 0.20
HSL 248.76º 0.58% 0.54% -
HSV(B) 248.76º 0.67% 0.8% -
XYZ 17.11 10.62 58.9 -
YUV 89.6 193.13 126.86 -
System Red Green Blue C M Y K H S L
Decimal 88 68 205 0.57 0.67 0 0.20 248.76 0.58 0.54
Hex 58 44 CD 39 43 0 14 F9 3A 36
Octal 130 104 315 71 103 0 24 371 72 66
Binary 1011000 1000100 11001101 111001 1000011 0 10100 11111001 111010 110110

Color Harmonies of #5844CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5844CD

Black with #5844CD

Text Example


Text Example

White with #5844CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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