Html Css Color HEX #584ADA Slate Blue

📋 copy color: '#584ADA'

red 88 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #584ADA

Tints of Slate Blue #584ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 23.16%
G = 19.47%
B = 57.37%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#584ADA (or 0x584ADA) is known color: Slate Blue. HEX triplet: 58, 4A and DA. RGB value is (88,74,218). Sum of RGB (Red+Green+Blue) = 88+74+218=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #584ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ADA is #A7B525. Grayscale: #5E5E5E. Windows color (decimal): -10990886 or 14305880. OLE color: 14305880.

HSL color Cylindrical-coordinate representation of color #584ADA: hue angle of 245.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #584ADA is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 74 218 -
CMYK 0.60 0.66 0 0.15
HSL 245.83º 0.66% 0.57% -
HSV(B) 245.83º 0.66% 0.85% -
XYZ 19.13 12.03 67.64 -
YUV 94.6 197.64 123.29 -
System Red Green Blue C M Y K H S L
Decimal 88 74 218 0.60 0.66 0 0.15 245.83 0.66 0.57
Hex 58 4A DA 3C 42 0 F F6 42 39
Octal 130 112 332 74 102 0 17 366 102 71
Binary 1011000 1001010 11011010 111100 1000010 0 1111 11110110 1000010 111001

Color Harmonies of #584ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ADA

Black with #584ADA

Text Example


Text Example

White with #584ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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