Html Css Color HEX #585CDC Slate Blue

📋 copy color: '#585CDC'

red 88 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #585CDC

Tints of Slate Blue #585CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 22%
G = 23%
B = 55%

CMYK

 C value IS 0.6

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#585CDC (or 0x585CDC) is known color: Slate Blue. HEX triplet: 58, 5C and DC. RGB value is (88,92,220). Sum of RGB (Red+Green+Blue) = 88+92+220=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #585CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CDC is #A7A323. Grayscale: #686868. Windows color (decimal): -10986276 or 14441560. OLE color: 14441560.

HSL color Cylindrical-coordinate representation of color #585CDC: hue angle of 238.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #585CDC is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 92 220 -
CMYK 0.6 0.58 0 0.14
HSL 238.18º 0.65% 0.6% -
HSV(B) 238.18º 0.6% 0.86% -
XYZ 20.77 14.9 69.49 -
YUV 105.4 192.67 115.59 -
System Red Green Blue C M Y K H S L
Decimal 88 92 220 0.6 0.58 0 0.14 238.18 0.65 0.6
Hex 58 5C DC 3C 3A 0 E EE 41 3C
Octal 130 134 334 74 72 0 16 356 101 74
Binary 1011000 1011100 11011100 111100 111010 0 1110 11101110 1000001 111100

Color Harmonies of #585CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CDC

Black with #585CDC

Text Example


Text Example

White with #585CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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