Html Css Color HEX #584ADE Slate Blue

📋 copy color: '#584ADE'

red 88 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #584ADE

Tints of Slate Blue #584ADE

RGB

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

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

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

R = 22.92%
G = 19.27%
B = 57.81%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#584ADE (or 0x584ADE) is known color: Slate Blue. HEX triplet: 58, 4A and DE. RGB value is (88,74,222). Sum of RGB (Red+Green+Blue) = 88+74+222=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #584ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ADE is #A7B521. Grayscale: #5E5E5E. Windows color (decimal): -10990882 or 14568024. OLE color: 14568024.

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

Color convert

RGB 88 74 222 -
CMYK 0.60 0.67 0 0.13
HSL 245.68º 0.69% 0.58% -
HSV(B) 245.68º 0.67% 0.87% -
XYZ 19.66 12.25 70.43 -
YUV 95.06 199.64 122.97 -
System Red Green Blue C M Y K H S L
Decimal 88 74 222 0.60 0.67 0 0.13 245.68 0.69 0.58
Hex 58 4A DE 3C 43 0 D F6 45 3A
Octal 130 112 336 74 103 0 15 366 105 72
Binary 1011000 1001010 11011110 111100 1000011 0 1101 11110110 1000101 111010

Color Harmonies of #584ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ADE

Black with #584ADE

Text Example


Text Example

White with #584ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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