Html Css Color HEX #585BC8 Slate Blue

📋 copy color: '#585BC8'

red 88 ◦ green 91 ◦ blue 200

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

Shades of Slate Blue #585BC8

Tints of Slate Blue #585BC8

RGB

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

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

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

R = 23.22%
G = 24.01%
B = 52.77%

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

#585BC8 (or 0x585BC8) is known color: Slate Blue. HEX triplet: 58, 5B and C8. RGB value is (88,91,200). Sum of RGB (Red+Green+Blue) = 88+91+200=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #585BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BC8 is #A7A437. Grayscale: #666666. Windows color (decimal): -10986552 or 13130584. OLE color: 13130584.

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

Color convert

RGB 88 91 200 -
CMYK 0.56 0.54 0 0.22
HSL 238.39º 0.5% 0.56% -
HSV(B) 238.39º 0.56% 0.78% -
XYZ 18.19 13.73 56.33 -
YUV 102.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 88 91 200 0.56 0.54 0 0.22 238.39 0.5 0.56
Hex 58 5B C8 38 36 0 16 EE 32 38
Octal 130 133 310 70 66 0 26 356 62 70
Binary 1011000 1011011 11001000 111000 110110 0 10110 11101110 110010 111000

Color Harmonies of #585BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585BC8

Black with #585BC8

Text Example


Text Example

White with #585BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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