Html Css Color HEX #584ADB Slate Blue

📋 copy color: '#584ADB'

red 88 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #584ADB

Tints of Slate Blue #584ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 23.1%
G = 19.42%
B = 57.48%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#584ADB (or 0x584ADB) is known color: Slate Blue. HEX triplet: 58, 4A and DB. RGB value is (88,74,219). Sum of RGB (Red+Green+Blue) = 88+74+219=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #584ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584ADB is #A7B524. Grayscale: #5E5E5E. Windows color (decimal): -10990885 or 14371416. OLE color: 14371416.

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

Color convert

RGB 88 74 219 -
CMYK 0.60 0.66 0 0.14
HSL 245.79º 0.67% 0.57% -
HSV(B) 245.79º 0.66% 0.86% -
XYZ 19.26 12.09 68.34 -
YUV 94.72 198.14 123.21 -
System Red Green Blue C M Y K H S L
Decimal 88 74 219 0.60 0.66 0 0.14 245.79 0.67 0.57
Hex 58 4A DB 3C 42 0 E F6 43 39
Octal 130 112 333 74 102 0 16 366 103 71
Binary 1011000 1001010 11011011 111100 1000010 0 1110 11110110 1000011 111001

Color Harmonies of #584ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584ADB

Black with #584ADB

Text Example


Text Example

White with #584ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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