Html Css Color HEX #585BCD Slate Blue

📋 copy color: '#585BCD'

red 88 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #585BCD

Tints of Slate Blue #585BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 22.92%
G = 23.7%
B = 53.39%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#585BCD (or 0x585BCD) is known color: Slate Blue. HEX triplet: 58, 5B and CD. RGB value is (88,91,205). Sum of RGB (Red+Green+Blue) = 88+91+205=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #585BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BCD is #A7A432. Grayscale: #666666. Windows color (decimal): -10986547 or 13458264. OLE color: 13458264.

HSL color Cylindrical-coordinate representation of color #585BCD: hue angle of 238.46º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585BCD is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 91 205 -
CMYK 0.57 0.56 0 0.20
HSL 238.46º 0.54% 0.57% -
HSV(B) 238.46º 0.57% 0.8% -
XYZ 18.79 13.96 59.46 -
YUV 103.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 88 91 205 0.57 0.56 0 0.20 238.46 0.54 0.57
Hex 58 5B CD 39 38 0 14 EE 36 39
Octal 130 133 315 71 70 0 24 356 66 71
Binary 1011000 1011011 11001101 111001 111000 0 10100 11101110 110110 111001

Color Harmonies of #585BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BCD

Black with #585BCD

Text Example


Text Example

White with #585BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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