Html Css Color HEX #584DDC Slate Blue

📋 copy color: '#584DDC'

red 88 ◦ green 77 ◦ blue 220

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

Shades of Slate Blue #584DDC

Tints of Slate Blue #584DDC

RGB

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

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

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

R = 22.86%
G = 20%
B = 57.14%

CMYK

 C value IS 0.6

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#584DDC (or 0x584DDC) is known color: Slate Blue. HEX triplet: 58, 4D and DC. RGB value is (88,77,220). Sum of RGB (Red+Green+Blue) = 88+77+220=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #584DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DDC is #A7B223. Grayscale: #606060. Windows color (decimal): -10990116 or 14437720. OLE color: 14437720.

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

Color convert

RGB 88 77 220 -
CMYK 0.6 0.65 0 0.14
HSL 244.62º 0.67% 0.58% -
HSV(B) 244.62º 0.65% 0.86% -
XYZ 19.6 12.55 69.1 -
YUV 96.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 88 77 220 0.6 0.65 0 0.14 244.62 0.67 0.58
Hex 58 4D DC 3C 41 0 E F5 43 3A
Octal 130 115 334 74 101 0 16 365 103 72
Binary 1011000 1001101 11011100 111100 1000001 0 1110 11110101 1000011 111010

Color Harmonies of #584DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DDC

Black with #584DDC

Text Example


Text Example

White with #584DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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