Html Css Color HEX #5855DD Slate Blue

📋 copy color: '#5855DD'

red 88 ◦ green 85 ◦ blue 221

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

Shades of Slate Blue #5855DD

Tints of Slate Blue #5855DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 22.34%
G = 21.57%
B = 56.09%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5855DD (or 0x5855DD) is known color: Slate Blue. HEX triplet: 58, 55 and DD. RGB value is (88,85,221). Sum of RGB (Red+Green+Blue) = 88+85+221=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #5855DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855DD is #A7AA22. Grayscale: #646464. Windows color (decimal): -10988067 or 14505304. OLE color: 14505304.

HSL color Cylindrical-coordinate representation of color #5855DD: hue angle of 241.32º degrees, saturation: 0.67, 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 #5855DD is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 85 221 -
CMYK 0.60 0.62 0 0.13
HSL 241.32º 0.67% 0.6% -
HSV(B) 241.32º 0.62% 0.87% -
XYZ 20.32 13.79 70 -
YUV 101.4 195.49 118.44 -
System Red Green Blue C M Y K H S L
Decimal 88 85 221 0.60 0.62 0 0.13 241.32 0.67 0.6
Hex 58 55 DD 3C 3E 0 D F1 43 3C
Octal 130 125 335 74 76 0 15 361 103 74
Binary 1011000 1010101 11011101 111100 111110 0 1101 11110001 1000011 111100

Color Harmonies of #5855DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5855DD

Black with #5855DD

Text Example


Text Example

White with #5855DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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