Html Css Color HEX #584DCF Slate Blue

📋 copy color: '#584DCF'

red 88 ◦ green 77 ◦ blue 207

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

Shades of Slate Blue #584DCF

Tints of Slate Blue #584DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.65%

R = 23.66%
G = 20.7%
B = 55.65%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#584DCF (or 0x584DCF) is known color: Slate Blue. HEX triplet: 58, 4D and CF. RGB value is (88,77,207). Sum of RGB (Red+Green+Blue) = 88+77+207=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #584DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DCF is #A7B230. Grayscale: #5E5E5E. Windows color (decimal): -10990129 or 13585752. OLE color: 13585752.

HSL color Cylindrical-coordinate representation of color #584DCF: hue angle of 245.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #584DCF is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 77 207 -
CMYK 0.57 0.63 0 0.19
HSL 245.08º 0.58% 0.56% -
HSV(B) 245.08º 0.63% 0.81% -
XYZ 17.94 11.89 60.38 -
YUV 95.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 88 77 207 0.57 0.63 0 0.19 245.08 0.58 0.56
Hex 58 4D CF 39 3F 0 13 F5 3A 38
Octal 130 115 317 71 77 0 23 365 72 70
Binary 1011000 1001101 11001111 111001 111111 0 10011 11110101 111010 111000

Color Harmonies of #584DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DCF

Black with #584DCF

Text Example


Text Example

White with #584DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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