Html Css Color HEX #585ADF Slate Blue

📋 copy color: '#585ADF'

red 88 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #585ADF

Tints of Slate Blue #585ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 21.95%
G = 22.44%
B = 55.61%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#585ADF (or 0x585ADF) is known color: Slate Blue. HEX triplet: 58, 5A and DF. RGB value is (88,90,223). Sum of RGB (Red+Green+Blue) = 88+90+223=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #585ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ADF is #A7A520. Grayscale: #686868. Windows color (decimal): -10986785 or 14637656. OLE color: 14637656.

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

Color convert

RGB 88 90 223 -
CMYK 0.61 0.60 0 0.13
HSL 239.11º 0.68% 0.61% -
HSV(B) 239.11º 0.61% 0.87% -
XYZ 21 14.71 71.55 -
YUV 104.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 88 90 223 0.61 0.60 0 0.13 239.11 0.68 0.61
Hex 58 5A DF 3D 3C 0 D EF 44 3D
Octal 130 132 337 75 74 0 15 357 104 75
Binary 1011000 1011010 11011111 111101 111100 0 1101 11101111 1000100 111101

Color Harmonies of #585ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ADF

Black with #585ADF

Text Example


Text Example

White with #585ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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