Html Css Color HEX #584CD6 Slate Blue

📋 copy color: '#584CD6'

red 88 ◦ green 76 ◦ blue 214

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

Shades of Slate Blue #584CD6

Tints of Slate Blue #584CD6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 23.28%
G = 20.11%
B = 56.61%

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

#584CD6 (or 0x584CD6) is known color: Slate Blue. HEX triplet: 58, 4C and D6. RGB value is (88,76,214). Sum of RGB (Red+Green+Blue) = 88+76+214=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #584CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CD6 is #A7B329. Grayscale: #5E5E5E. Windows color (decimal): -10990378 or 14044248. OLE color: 14044248.

HSL color Cylindrical-coordinate representation of color #584CD6: hue angle of 245.22º 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 #584CD6 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 76 214 -
CMYK 0.59 0.64 0 0.16
HSL 245.22º 0.63% 0.57% -
HSV(B) 245.22º 0.64% 0.84% -
XYZ 18.75 12.1 64.97 -
YUV 95.32 194.98 122.78 -
System Red Green Blue C M Y K H S L
Decimal 88 76 214 0.59 0.64 0 0.16 245.22 0.63 0.57
Hex 58 4C D6 3B 40 0 10 F5 3F 39
Octal 130 114 326 73 100 0 20 365 77 71
Binary 1011000 1001100 11010110 111011 1000000 0 10000 11110101 111111 111001

Color Harmonies of #584CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CD6

Black with #584CD6

Text Example


Text Example

White with #584CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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