Html Css Color HEX #584ED5 Slate Blue

📋 copy color: '#584ED5'

red 88 ◦ green 78 ◦ blue 213

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

Shades of Slate Blue #584ED5

Tints of Slate Blue #584ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 213 (83.59% from 255) = 56.2%

R = 23.22%
G = 20.58%
B = 56.2%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#584ED5 (or 0x584ED5) is known color: Slate Blue. HEX triplet: 58, 4E and D5. RGB value is (88,78,213). Sum of RGB (Red+Green+Blue) = 88+78+213=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #584ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584ED5 is #A7B12A. Grayscale: #5F5F5F. Windows color (decimal): -10989867 or 13979224. OLE color: 13979224.

HSL color Cylindrical-coordinate representation of color #584ED5: hue angle of 244.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #584ED5 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 78 213 -
CMYK 0.59 0.63 0 0.16
HSL 244.44º 0.62% 0.57% -
HSV(B) 244.44º 0.63% 0.84% -
XYZ 18.76 12.33 64.34 -
YUV 96.38 193.81 122.02 -
System Red Green Blue C M Y K H S L
Decimal 88 78 213 0.59 0.63 0 0.16 244.44 0.62 0.57
Hex 58 4E D5 3B 3F 0 10 F4 3E 39
Octal 130 116 325 73 77 0 20 364 76 71
Binary 1011000 1001110 11010101 111011 111111 0 10000 11110100 111110 111001

Color Harmonies of #584ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ED5

Black with #584ED5

Text Example


Text Example

White with #584ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,78,213); }

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

background-color css

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

 a { background-color: rgb(88,78,213); }

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

border-color css

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

 span { border-color: rgb(88,78,213); }

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