Html Css Color HEX #584AD7 Slate Blue

📋 copy color: '#584AD7'

red 88 ◦ green 74 ◦ blue 215

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

Shades of Slate Blue #584AD7

Tints of Slate Blue #584AD7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 23.34%
G = 19.63%
B = 57.03%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#584AD7 (or 0x584AD7) is known color: Slate Blue. HEX triplet: 58, 4A and D7. RGB value is (88,74,215). Sum of RGB (Red+Green+Blue) = 88+74+215=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #584AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584AD7 is #A7B528. Grayscale: #5D5D5D. Windows color (decimal): -10990889 or 14109272. OLE color: 14109272.

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

Color convert

RGB 88 74 215 -
CMYK 0.59 0.66 0 0.16
HSL 245.96º 0.64% 0.57% -
HSV(B) 245.96º 0.66% 0.84% -
XYZ 18.74 11.88 65.6 -
YUV 94.26 196.14 123.54 -
System Red Green Blue C M Y K H S L
Decimal 88 74 215 0.59 0.66 0 0.16 245.96 0.64 0.57
Hex 58 4A D7 3B 42 0 10 F6 40 39
Octal 130 112 327 73 102 0 20 366 100 71
Binary 1011000 1001010 11010111 111011 1000010 0 10000 11110110 1000000 111001

Color Harmonies of #584AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584AD7

Black with #584AD7

Text Example


Text Example

White with #584AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,74,215); }

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

background-color css

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

 a { background-color: rgb(88,74,215); }

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

border-color css

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

 span { border-color: rgb(88,74,215); }

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