Html Css Color HEX #584ED0 Slate Blue

📋 copy color: '#584ED0'

red 88 ◦ green 78 ◦ blue 208

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

Shades of Slate Blue #584ED0

Tints of Slate Blue #584ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.61%

R = 23.53%
G = 20.86%
B = 55.61%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#584ED0 (or 0x584ED0) is known color: Slate Blue. HEX triplet: 58, 4E and D0. RGB value is (88,78,208). Sum of RGB (Red+Green+Blue) = 88+78+208=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #584ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584ED0 is #A7B12F. Grayscale: #5F5F5F. Windows color (decimal): -10989872 or 13651544. OLE color: 13651544.

HSL color Cylindrical-coordinate representation of color #584ED0: hue angle of 244.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #584ED0 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 78 208 -
CMYK 0.58 0.62 0 0.18
HSL 244.62º 0.58% 0.56% -
HSV(B) 244.62º 0.63% 0.82% -
XYZ 18.13 12.08 61.05 -
YUV 95.81 191.31 122.43 -
System Red Green Blue C M Y K H S L
Decimal 88 78 208 0.58 0.62 0 0.18 244.62 0.58 0.56
Hex 58 4E D0 3A 3E 0 12 F5 3A 38
Octal 130 116 320 72 76 0 22 365 72 70
Binary 1011000 1001110 11010000 111010 111110 0 10010 11110101 111010 111000

Color Harmonies of #584ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ED0

Black with #584ED0

Text Example


Text Example

White with #584ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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