Html Css Color HEX #585ACD Slate Blue

📋 copy color: '#585ACD'

red 88 ◦ green 90 ◦ blue 205

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

Shades of Slate Blue #585ACD

Tints of Slate Blue #585ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 22.98%
G = 23.5%
B = 53.52%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#585ACD (or 0x585ACD) is known color: Slate Blue. HEX triplet: 58, 5A and CD. RGB value is (88,90,205). Sum of RGB (Red+Green+Blue) = 88+90+205=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #585ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ACD is #A7A532. Grayscale: #666666. Windows color (decimal): -10986803 or 13458008. OLE color: 13458008.

HSL color Cylindrical-coordinate representation of color #585ACD: hue angle of 238.97º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585ACD is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 90 205 -
CMYK 0.57 0.56 0 0.20
HSL 238.97º 0.54% 0.57% -
HSV(B) 238.97º 0.57% 0.8% -
XYZ 18.7 13.79 59.43 -
YUV 102.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 88 90 205 0.57 0.56 0 0.20 238.97 0.54 0.57
Hex 58 5A CD 39 38 0 14 EF 36 39
Octal 130 132 315 71 70 0 24 357 66 71
Binary 1011000 1011010 11001101 111001 111000 0 10100 11101111 110110 111001

Color Harmonies of #585ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ACD

Black with #585ACD

Text Example


Text Example

White with #585ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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