Html Css Color HEX #585CE0 Slate Blue

📋 copy color: '#585CE0'

red 88 ◦ green 92 ◦ blue 224

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

Shades of Slate Blue #585CE0

Tints of Slate Blue #585CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.77%

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 21.78%
G = 22.77%
B = 55.45%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#585CE0 (or 0x585CE0) is known color: Slate Blue. HEX triplet: 58, 5C and E0. RGB value is (88,92,224). Sum of RGB (Red+Green+Blue) = 88+92+224=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #585CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CE0 is #A7A31F. Grayscale: #696969. Windows color (decimal): -10986272 or 14703704. OLE color: 14703704.

HSL color Cylindrical-coordinate representation of color #585CE0: hue angle of 238.24º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #585CE0 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 92 224 -
CMYK 0.61 0.59 0 0.12
HSL 238.24º 0.69% 0.61% -
HSV(B) 238.24º 0.61% 0.88% -
XYZ 21.31 15.11 72.31 -
YUV 105.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 88 92 224 0.61 0.59 0 0.12 238.24 0.69 0.61
Hex 58 5C E0 3D 3B 0 C EE 45 3D
Octal 130 134 340 75 73 0 14 356 105 75
Binary 1011000 1011100 11100000 111101 111011 0 1100 11101110 1000101 111101

Color Harmonies of #585CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CE0

Black with #585CE0

Text Example


Text Example

White with #585CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,92,224); }

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

background-color css

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

 a { background-color: rgb(88,92,224); }

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

border-color css

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

 span { border-color: rgb(88,92,224); }

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