Html Css Color HEX #585DDD Slate Blue

📋 copy color: '#585DDD'

red 88 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #585DDD

Tints of Slate Blue #585DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.13%

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

R = 21.89%
G = 23.13%
B = 54.98%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#585DDD (or 0x585DDD) is known color: Slate Blue. HEX triplet: 58, 5D and DD. RGB value is (88,93,221). Sum of RGB (Red+Green+Blue) = 88+93+221=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #585DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DDD is #A7A222. Grayscale: #696969. Windows color (decimal): -10986019 or 14507352. OLE color: 14507352.

HSL color Cylindrical-coordinate representation of color #585DDD: hue angle of 237.74º 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 #585DDD is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 93 221 -
CMYK 0.60 0.58 0 0.13
HSL 237.74º 0.66% 0.61% -
HSV(B) 237.74º 0.6% 0.87% -
XYZ 20.99 15.12 70.22 -
YUV 106.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 88 93 221 0.60 0.58 0 0.13 237.74 0.66 0.61
Hex 58 5D DD 3C 3A 0 D EE 42 3D
Octal 130 135 335 74 72 0 15 356 102 75
Binary 1011000 1011101 11011101 111100 111010 0 1101 11101110 1000010 111101

Color Harmonies of #585DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DDD

Black with #585DDD

Text Example


Text Example

White with #585DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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