Html Css Color HEX #5855DC Slate Blue

📋 copy color: '#5855DC'

red 88 ◦ green 85 ◦ blue 220

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

Shades of Slate Blue #5855DC

Tints of Slate Blue #5855DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

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

R = 22.39%
G = 21.63%
B = 55.98%

CMYK

 C value IS 0.6

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5855DC (or 0x5855DC) is known color: Slate Blue. HEX triplet: 58, 55 and DC. RGB value is (88,85,220). Sum of RGB (Red+Green+Blue) = 88+85+220=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #5855DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855DC is #A7AA23. Grayscale: #646464. Windows color (decimal): -10988068 or 14439768. OLE color: 14439768.

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

Color convert

RGB 88 85 220 -
CMYK 0.6 0.61 0 0.14
HSL 241.33º 0.66% 0.6% -
HSV(B) 241.33º 0.61% 0.86% -
XYZ 20.19 13.74 69.3 -
YUV 101.29 194.99 118.52 -
System Red Green Blue C M Y K H S L
Decimal 88 85 220 0.6 0.61 0 0.14 241.33 0.66 0.6
Hex 58 55 DC 3C 3D 0 E F1 42 3C
Octal 130 125 334 74 75 0 16 361 102 74
Binary 1011000 1010101 11011100 111100 111101 0 1110 11110001 1000010 111100

Color Harmonies of #5855DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5855DC

Black with #5855DC

Text Example


Text Example

White with #5855DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5855DC; }

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

 H1.HeaderClassName
 {
   color: #5855DC;
 }
 .AnyTagClassName
 {
   color: #5855DC;
 }
</style>

background-color css

<style>
 a { background-color: #5855DC; }

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

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

border-color css

<style>
 span { border-color: #5855DC; }

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

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