Html Css Color HEX #585FDD Slate Blue

📋 copy color: '#585FDD'

red 88 ◦ green 95 ◦ blue 221

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

Shades of Slate Blue #585FDD

Tints of Slate Blue #585FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 21.78%
G = 23.51%
B = 54.7%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#585FDD (or 0x585FDD) is known color: Slate Blue. HEX triplet: 58, 5F and DD. RGB value is (88,95,221). Sum of RGB (Red+Green+Blue) = 88+95+221=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #585FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FDD is #A7A022. Grayscale: #6A6A6A. Windows color (decimal): -10985507 or 14507864. OLE color: 14507864.

HSL color Cylindrical-coordinate representation of color #585FDD: hue angle of 236.84º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #585FDD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 95 221 -
CMYK 0.60 0.57 0 0.13
HSL 236.84º 0.66% 0.61% -
HSV(B) 236.84º 0.6% 0.87% -
XYZ 21.17 15.48 70.28 -
YUV 107.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 88 95 221 0.60 0.57 0 0.13 236.84 0.66 0.61
Hex 58 5F DD 3C 39 0 D ED 42 3D
Octal 130 137 335 74 71 0 15 355 102 75
Binary 1011000 1011111 11011101 111100 111001 0 1101 11101101 1000010 111101

Color Harmonies of #585FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FDD

Black with #585FDD

Text Example


Text Example

White with #585FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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