Html Css Color HEX #585CC8 Slate Blue

📋 copy color: '#585CC8'

red 88 ◦ green 92 ◦ blue 200

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

Shades of Slate Blue #585CC8

Tints of Slate Blue #585CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.63%

R = 23.16%
G = 24.21%
B = 52.63%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#585CC8 (or 0x585CC8) is known color: Slate Blue. HEX triplet: 58, 5C and C8. RGB value is (88,92,200). Sum of RGB (Red+Green+Blue) = 88+92+200=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #585CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CC8 is #A7A337. Grayscale: #666666. Windows color (decimal): -10986296 or 13130840. OLE color: 13130840.

HSL color Cylindrical-coordinate representation of color #585CC8: hue angle of 237.86º degrees, saturation: 0.5, 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 #585CC8 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 88 92 200 -
CMYK 0.56 0.54 0 0.22
HSL 237.86º 0.5% 0.56% -
HSV(B) 237.86º 0.56% 0.78% -
XYZ 18.28 13.9 56.36 -
YUV 103.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 88 92 200 0.56 0.54 0 0.22 237.86 0.5 0.56
Hex 58 5C C8 38 36 0 16 EE 32 38
Octal 130 134 310 70 66 0 26 356 62 70
Binary 1011000 1011100 11001000 111000 110110 0 10110 11101110 110010 111000

Color Harmonies of #585CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CC8

Black with #585CC8

Text Example


Text Example

White with #585CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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