Html Css Color HEX #585ADD Slate Blue

📋 copy color: '#585ADD'

red 88 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #585ADD

Tints of Slate Blue #585ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

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

R = 22.06%
G = 22.56%
B = 55.39%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#585ADD (or 0x585ADD) is known color: Slate Blue. HEX triplet: 58, 5A and DD. RGB value is (88,90,221). Sum of RGB (Red+Green+Blue) = 88+90+221=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #585ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ADD is #A7A522. Grayscale: #676767. Windows color (decimal): -10986787 or 14506584. OLE color: 14506584.

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

Color convert

RGB 88 90 221 -
CMYK 0.60 0.59 0 0.13
HSL 239.1º 0.66% 0.61% -
HSV(B) 239.1º 0.6% 0.87% -
XYZ 20.73 14.61 70.13 -
YUV 104.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 88 90 221 0.60 0.59 0 0.13 239.1 0.66 0.61
Hex 58 5A DD 3C 3B 0 D EF 42 3D
Octal 130 132 335 74 73 0 15 357 102 75
Binary 1011000 1011010 11011101 111100 111011 0 1101 11101111 1000010 111101

Color Harmonies of #585ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ADD

Black with #585ADD

Text Example


Text Example

White with #585ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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