Html Css Color HEX #584ADC Slate Blue

📋 copy color: '#584ADC'

red 88 ◦ green 74 ◦ blue 220

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

Shades of Slate Blue #584ADC

Tints of Slate Blue #584ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 23.04%
G = 19.37%
B = 57.59%

CMYK

 C value IS 0.6

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#584ADC (or 0x584ADC) is known color: Slate Blue. HEX triplet: 58, 4A and DC. RGB value is (88,74,220). Sum of RGB (Red+Green+Blue) = 88+74+220=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #584ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ADC is #A7B523. Grayscale: #5E5E5E. Windows color (decimal): -10990884 or 14436952. OLE color: 14436952.

HSL color Cylindrical-coordinate representation of color #584ADC: hue angle of 245.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #584ADC is Cyan = 0.6, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 74 220 -
CMYK 0.6 0.66 0 0.14
HSL 245.75º 0.68% 0.58% -
HSV(B) 245.75º 0.66% 0.86% -
XYZ 19.39 12.14 69.03 -
YUV 94.83 198.64 123.13 -
System Red Green Blue C M Y K H S L
Decimal 88 74 220 0.6 0.66 0 0.14 245.75 0.68 0.58
Hex 58 4A DC 3C 42 0 E F6 44 3A
Octal 130 112 334 74 102 0 16 366 104 72
Binary 1011000 1001010 11011100 111100 1000010 0 1110 11110110 1000100 111010

Color Harmonies of #584ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ADC

Black with #584ADC

Text Example


Text Example

White with #584ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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