Html Css Color HEX #584DD6 Slate Blue

📋 copy color: '#584DD6'

red 88 ◦ green 77 ◦ blue 214

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

Shades of Slate Blue #584DD6

Tints of Slate Blue #584DD6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

 BLUE value IS 214 (83.98% from 255) = 56.46%

R = 23.22%
G = 20.32%
B = 56.46%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#584DD6 (or 0x584DD6) is known color: Slate Blue. HEX triplet: 58, 4D and D6. RGB value is (88,77,214). Sum of RGB (Red+Green+Blue) = 88+77+214=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #584DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DD6 is #A7B229. Grayscale: #5F5F5F. Windows color (decimal): -10990122 or 14044504. OLE color: 14044504.

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

Color convert

RGB 88 77 214 -
CMYK 0.59 0.64 0 0.16
HSL 244.82º 0.63% 0.57% -
HSV(B) 244.82º 0.64% 0.84% -
XYZ 18.82 12.24 64.99 -
YUV 95.91 194.64 122.36 -
System Red Green Blue C M Y K H S L
Decimal 88 77 214 0.59 0.64 0 0.16 244.82 0.63 0.57
Hex 58 4D D6 3B 40 0 10 F5 3F 39
Octal 130 115 326 73 100 0 20 365 77 71
Binary 1011000 1001101 11010110 111011 1000000 0 10000 11110101 111111 111001

Color Harmonies of #584DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DD6

Black with #584DD6

Text Example


Text Example

White with #584DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,77,214); }

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

background-color css

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

 a { background-color: rgb(88,77,214); }

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

border-color css

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

 span { border-color: rgb(88,77,214); }

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