Html Css Color HEX #584DC6 Slate Blue

📋 copy color: '#584DC6'

red 88 ◦ green 77 ◦ blue 198

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

Shades of Slate Blue #584DC6

Tints of Slate Blue #584DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 54.55%

R = 24.24%
G = 21.21%
B = 54.55%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#584DC6 (or 0x584DC6) is known color: Slate Blue. HEX triplet: 58, 4D and C6. RGB value is (88,77,198). Sum of RGB (Red+Green+Blue) = 88+77+198=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #584DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DC6 is #A7B239. Grayscale: #5D5D5D. Windows color (decimal): -10990138 or 12995928. OLE color: 12995928.

HSL color Cylindrical-coordinate representation of color #584DC6: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #584DC6 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 88 77 198 -
CMYK 0.56 0.61 0 0.22
HSL 245.45º 0.51% 0.54% -
HSV(B) 245.45º 0.61% 0.78% -
XYZ 16.87 11.46 54.75 -
YUV 94.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 88 77 198 0.56 0.61 0 0.22 245.45 0.51 0.54
Hex 58 4D C6 38 3D 0 16 F5 33 36
Octal 130 115 306 70 75 0 26 365 63 66
Binary 1011000 1001101 11000110 111000 111101 0 10110 11110101 110011 110110

Color Harmonies of #584DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DC6

Black with #584DC6

Text Example


Text Example

White with #584DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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