Html Css Color HEX #585DC5 Slate Blue

📋 copy color: '#585DC5'

red 88 ◦ green 93 ◦ blue 197

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

Shades of Slate Blue #585DC5

Tints of Slate Blue #585DC5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

 BLUE value IS 197 (77.34% from 255) = 52.12%

R = 23.28%
G = 24.6%
B = 52.12%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#585DC5 (or 0x585DC5) is known color: Slate Blue. HEX triplet: 58, 5D and C5. RGB value is (88,93,197). Sum of RGB (Red+Green+Blue) = 88+93+197=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #585DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DC5 is #A7A23A. Grayscale: #666666. Windows color (decimal): -10986043 or 12934488. OLE color: 12934488.

HSL color Cylindrical-coordinate representation of color #585DC5: hue angle of 237.25º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #585DC5 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 88 93 197 -
CMYK 0.55 0.53 0 0.23
HSL 237.25º 0.48% 0.56% -
HSV(B) 237.25º 0.55% 0.77% -
XYZ 18.02 13.93 54.56 -
YUV 103.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 88 93 197 0.55 0.53 0 0.23 237.25 0.48 0.56
Hex 58 5D C5 37 35 0 17 ED 30 38
Octal 130 135 305 67 65 0 27 355 60 70
Binary 1011000 1011101 11000101 110111 110101 0 10111 11101101 110000 111000

Color Harmonies of #585DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585DC5

Black with #585DC5

Text Example


Text Example

White with #585DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,197); }

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

background-color css

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

 a { background-color: rgb(88,93,197); }

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

border-color css

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

 span { border-color: rgb(88,93,197); }

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