Html Css Color HEX #584DDD Slate Blue

📋 copy color: '#584DDD'

red 88 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #584DDD

Tints of Slate Blue #584DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.95%

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

R = 22.8%
G = 19.95%
B = 57.25%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#584DDD (or 0x584DDD) is known color: Slate Blue. HEX triplet: 58, 4D and DD. RGB value is (88,77,221). Sum of RGB (Red+Green+Blue) = 88+77+221=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #584DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DDD is #A7B222. Grayscale: #606060. Windows color (decimal): -10990115 or 14503256. OLE color: 14503256.

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

Color convert

RGB 88 77 221 -
CMYK 0.60 0.65 0 0.13
HSL 244.58º 0.68% 0.58% -
HSV(B) 244.58º 0.65% 0.87% -
XYZ 19.73 12.6 69.8 -
YUV 96.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 88 77 221 0.60 0.65 0 0.13 244.58 0.68 0.58
Hex 58 4D DD 3C 41 0 D F5 44 3A
Octal 130 115 335 74 101 0 15 365 104 72
Binary 1011000 1001101 11011101 111100 1000001 0 1101 11110101 1000100 111010

Color Harmonies of #584DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DDD

Black with #584DDD

Text Example


Text Example

White with #584DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584DDD; }

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

 H1.HeaderClassName
 {
   color: #584DDD;
 }
 .AnyTagClassName
 {
   color: #584DDD;
 }
</style>

background-color css

<style>
 a { background-color: #584DDD; }

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

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

border-color css

<style>
 span { border-color: #584DDD; }

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

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