Html Css Color HEX #5855DF Slate Blue

📋 copy color: '#5855DF'

red 88 ◦ green 85 ◦ blue 223

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

Shades of Slate Blue #5855DF

Tints of Slate Blue #5855DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 22.22%
G = 21.46%
B = 56.31%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5855DF (or 0x5855DF) is known color: Slate Blue. HEX triplet: 58, 55 and DF. RGB value is (88,85,223). Sum of RGB (Red+Green+Blue) = 88+85+223=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #5855DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855DF is #A7AA20. Grayscale: #656565. Windows color (decimal): -10988065 or 14636376. OLE color: 14636376.

HSL color Cylindrical-coordinate representation of color #5855DF: hue angle of 241.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5855DF is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 85 223 -
CMYK 0.61 0.62 0 0.13
HSL 241.3º 0.68% 0.6% -
HSV(B) 241.3º 0.62% 0.87% -
XYZ 20.59 13.9 71.41 -
YUV 101.63 196.49 118.28 -
System Red Green Blue C M Y K H S L
Decimal 88 85 223 0.61 0.62 0 0.13 241.3 0.68 0.6
Hex 58 55 DF 3D 3E 0 D F1 44 3C
Octal 130 125 337 75 76 0 15 361 104 74
Binary 1011000 1010101 11011111 111101 111110 0 1101 11110001 1000100 111100

Color Harmonies of #5855DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5855DF

Black with #5855DF

Text Example


Text Example

White with #5855DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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