Html Css Color HEX #584EDD Slate Blue

📋 copy color: '#584EDD'

red 88 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #584EDD

Tints of Slate Blue #584EDD

RGB

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

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

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

R = 22.74%
G = 20.16%
B = 57.11%

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

#584EDD (or 0x584EDD) is known color: Slate Blue. HEX triplet: 58, 4E and DD. RGB value is (88,78,221). Sum of RGB (Red+Green+Blue) = 88+78+221=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #584EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EDD is #A7B122. Grayscale: #606060. Windows color (decimal): -10989859 or 14503512. OLE color: 14503512.

HSL color Cylindrical-coordinate representation of color #584EDD: hue angle of 244.2º degrees, saturation: 0.68, 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 #584EDD is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 78 221 -
CMYK 0.60 0.65 0 0.13
HSL 244.2º 0.68% 0.59% -
HSV(B) 244.2º 0.65% 0.87% -
XYZ 19.8 12.74 69.82 -
YUV 97.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 88 78 221 0.60 0.65 0 0.13 244.2 0.68 0.59
Hex 58 4E DD 3C 41 0 D F4 44 3B
Octal 130 116 335 74 101 0 15 364 104 73
Binary 1011000 1001110 11011101 111100 1000001 0 1101 11110100 1000100 111011

Color Harmonies of #584EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584EDD

Black with #584EDD

Text Example


Text Example

White with #584EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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