Html Css Color HEX #585FD1 Slate Blue

📋 copy color: '#585FD1'

red 88 ◦ green 95 ◦ blue 209

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

Shades of Slate Blue #585FD1

Tints of Slate Blue #585FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

 BLUE value IS 209 (82.03% from 255) = 53.32%

R = 22.45%
G = 24.23%
B = 53.32%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#585FD1 (or 0x585FD1) is known color: Slate Blue. HEX triplet: 58, 5F and D1. RGB value is (88,95,209). Sum of RGB (Red+Green+Blue) = 88+95+209=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #585FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FD1 is #A7A02E. Grayscale: #696969. Windows color (decimal): -10985519 or 13721432. OLE color: 13721432.

HSL color Cylindrical-coordinate representation of color #585FD1: hue angle of 236.53º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #585FD1 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 95 209 -
CMYK 0.58 0.55 0 0.18
HSL 236.53º 0.57% 0.58% -
HSV(B) 236.53º 0.58% 0.82% -
XYZ 19.63 14.86 62.16 -
YUV 105.9 186.18 115.23 -
System Red Green Blue C M Y K H S L
Decimal 88 95 209 0.58 0.55 0 0.18 236.53 0.57 0.58
Hex 58 5F D1 3A 37 0 12 ED 39 3A
Octal 130 137 321 72 67 0 22 355 71 72
Binary 1011000 1011111 11010001 111010 110111 0 10010 11101101 111001 111010

Color Harmonies of #585FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FD1

Black with #585FD1

Text Example


Text Example

White with #585FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585FD1; }

 p { color: rgb(88,95,209); }

 H1.HeaderClassName
 {
   color: #585FD1;
 }
 .AnyTagClassName
 {
   color: #585FD1;
 }
</style>

background-color css

<style>
 a { background-color: #585FD1; }

 a { background-color: rgb(88,95,209); }

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

border-color css

<style>
 span { border-color: #585FD1; }

 span { border-color: rgb(88,95,209); }

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