Html Css Color HEX #584EDE Slate Blue

📋 copy color: '#584EDE'

red 88 ◦ green 78 ◦ blue 222

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

Shades of Slate Blue #584EDE

Tints of Slate Blue #584EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.22%

R = 22.68%
G = 20.1%
B = 57.22%

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

#584EDE (or 0x584EDE) is known color: Slate Blue. HEX triplet: 58, 4E and DE. RGB value is (88,78,222). Sum of RGB (Red+Green+Blue) = 88+78+222=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #584EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EDE is #A7B121. Grayscale: #606060. Windows color (decimal): -10989858 or 14569048. OLE color: 14569048.

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

Color convert

RGB 88 78 222 -
CMYK 0.60 0.65 0 0.13
HSL 244.17º 0.69% 0.59% -
HSV(B) 244.17º 0.65% 0.87% -
XYZ 19.93 12.8 70.53 -
YUV 97.41 198.31 121.29 -
System Red Green Blue C M Y K H S L
Decimal 88 78 222 0.60 0.65 0 0.13 244.17 0.69 0.59
Hex 58 4E DE 3C 41 0 D F4 45 3B
Octal 130 116 336 74 101 0 15 364 105 73
Binary 1011000 1001110 11011110 111100 1000001 0 1101 11110100 1000101 111011

Color Harmonies of #584EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584EDE

Black with #584EDE

Text Example


Text Example

White with #584EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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