Html Css Color HEX #585EC9 Slate Blue

📋 copy color: '#585EC9'

red 88 ◦ green 94 ◦ blue 201

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

Shades of Slate Blue #585EC9

Tints of Slate Blue #585EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.48%

R = 22.98%
G = 24.54%
B = 52.48%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#585EC9 (or 0x585EC9) is known color: Slate Blue. HEX triplet: 58, 5E and C9. RGB value is (88,94,201). Sum of RGB (Red+Green+Blue) = 88+94+201=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #585EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585EC9 is #A7A136. Grayscale: #676767. Windows color (decimal): -10985783 or 13196888. OLE color: 13196888.

HSL color Cylindrical-coordinate representation of color #585EC9: hue angle of 236.81º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #585EC9 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 94 201 -
CMYK 0.56 0.53 0 0.21
HSL 236.81º 0.51% 0.57% -
HSV(B) 236.81º 0.56% 0.79% -
XYZ 18.57 14.3 57.04 -
YUV 104.4 182.51 116.3 -
System Red Green Blue C M Y K H S L
Decimal 88 94 201 0.56 0.53 0 0.21 236.81 0.51 0.57
Hex 58 5E C9 38 35 0 15 ED 33 39
Octal 130 136 311 70 65 0 25 355 63 71
Binary 1011000 1011110 11001001 111000 110101 0 10101 11101101 110011 111001

Color Harmonies of #585EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585EC9

Black with #585EC9

Text Example


Text Example

White with #585EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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