Html Css Color HEX #585BE0 Slate Blue

📋 copy color: '#585BE0'

red 88 ◦ green 91 ◦ blue 224

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

Shades of Slate Blue #585BE0

Tints of Slate Blue #585BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.58%

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

R = 21.84%
G = 22.58%
B = 55.58%

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

#585BE0 (or 0x585BE0) is known color: Slate Blue. HEX triplet: 58, 5B and E0. RGB value is (88,91,224). Sum of RGB (Red+Green+Blue) = 88+91+224=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #585BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BE0 is #A7A41F. Grayscale: #686868. Windows color (decimal): -10986528 or 14703448. OLE color: 14703448.

HSL color Cylindrical-coordinate representation of color #585BE0: hue angle of 238.68º 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 #585BE0 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 91 224 -
CMYK 0.61 0.59 0 0.12
HSL 238.68º 0.69% 0.61% -
HSV(B) 238.68º 0.61% 0.88% -
XYZ 21.22 14.94 72.29 -
YUV 105.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 88 91 224 0.61 0.59 0 0.12 238.68 0.69 0.61
Hex 58 5B E0 3D 3B 0 C EF 45 3D
Octal 130 133 340 75 73 0 14 357 105 75
Binary 1011000 1011011 11100000 111101 111011 0 1100 11101111 1000101 111101

Color Harmonies of #585BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BE0

Black with #585BE0

Text Example


Text Example

White with #585BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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