Html Css Color HEX #585ACF Slate Blue

📋 copy color: '#585ACF'

red 88 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #585ACF

Tints of Slate Blue #585ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 22.86%
G = 23.38%
B = 53.77%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#585ACF (or 0x585ACF) is known color: Slate Blue. HEX triplet: 58, 5A and CF. RGB value is (88,90,207). Sum of RGB (Red+Green+Blue) = 88+90+207=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #585ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585ACF is #A7A530. Grayscale: #666666. Windows color (decimal): -10986801 or 13589080. OLE color: 13589080.

HSL color Cylindrical-coordinate representation of color #585ACF: hue angle of 238.99º 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 #585ACF is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 90 207 -
CMYK 0.57 0.57 0 0.19
HSL 238.99º 0.55% 0.58% -
HSV(B) 238.99º 0.57% 0.81% -
XYZ 18.94 13.89 60.71 -
YUV 102.74 186.84 117.49 -
System Red Green Blue C M Y K H S L
Decimal 88 90 207 0.57 0.57 0 0.19 238.99 0.55 0.58
Hex 58 5A CF 39 39 0 13 EF 37 3A
Octal 130 132 317 71 71 0 23 357 67 72
Binary 1011000 1011010 11001111 111001 111001 0 10011 11101111 110111 111010

Color Harmonies of #585ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585ACF

Black with #585ACF

Text Example


Text Example

White with #585ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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