Html Css Color HEX #585ACE Slate Blue

📋 copy color: '#585ACE'

red 88 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #585ACE

Tints of Slate Blue #585ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 22.92%
G = 23.44%
B = 53.65%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#585ACE (or 0x585ACE) is known color: Slate Blue. HEX triplet: 58, 5A and CE. RGB value is (88,90,206). Sum of RGB (Red+Green+Blue) = 88+90+206=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #585ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ACE is #A7A531. Grayscale: #666666. Windows color (decimal): -10986802 or 13523544. OLE color: 13523544.

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

Color convert

RGB 88 90 206 -
CMYK 0.57 0.56 0 0.19
HSL 238.98º 0.55% 0.58% -
HSV(B) 238.98º 0.57% 0.81% -
XYZ 18.82 13.84 60.07 -
YUV 102.63 186.34 117.57 -
System Red Green Blue C M Y K H S L
Decimal 88 90 206 0.57 0.56 0 0.19 238.98 0.55 0.58
Hex 58 5A CE 39 38 0 13 EF 37 3A
Octal 130 132 316 71 70 0 23 357 67 72
Binary 1011000 1011010 11001110 111001 111000 0 10011 11101111 110111 111010

Color Harmonies of #585ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ACE

Black with #585ACE

Text Example


Text Example

White with #585ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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