Html Css Color HEX #585EC6 Slate Blue

📋 copy color: '#585EC6'

red 88 ◦ green 94 ◦ blue 198

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

Shades of Slate Blue #585EC6

Tints of Slate Blue #585EC6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.74%

 BLUE value IS 198 (77.73% from 255) = 52.11%

R = 23.16%
G = 24.74%
B = 52.11%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#585EC6 (or 0x585EC6) is known color: Slate Blue. HEX triplet: 58, 5E and C6. RGB value is (88,94,198). Sum of RGB (Red+Green+Blue) = 88+94+198=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #585EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EC6 is #A7A139. Grayscale: #676767. Windows color (decimal): -10985786 or 13000280. OLE color: 13000280.

HSL color Cylindrical-coordinate representation of color #585EC6: hue angle of 236.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #585EC6 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 88 94 198 -
CMYK 0.56 0.53 0 0.22
HSL 236.73º 0.49% 0.56% -
HSV(B) 236.73º 0.56% 0.78% -
XYZ 18.22 14.16 55.2 -
YUV 104.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 88 94 198 0.56 0.53 0 0.22 236.73 0.49 0.56
Hex 58 5E C6 38 35 0 16 ED 31 38
Octal 130 136 306 70 65 0 26 355 61 70
Binary 1011000 1011110 11000110 111000 110101 0 10110 11101101 110001 111000

Color Harmonies of #585EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EC6

Black with #585EC6

Text Example


Text Example

White with #585EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,94,198); }

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

background-color css

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

 a { background-color: rgb(88,94,198); }

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

border-color css

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

 span { border-color: rgb(88,94,198); }

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