Html Css Color HEX #5557DB Slate Blue

📋 copy color: '#5557DB'

red 85 ◦ green 87 ◦ blue 219

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

Shades of Slate Blue #5557DB

Tints of Slate Blue #5557DB

RGB

 RED value IS 85 (33.59% from 255) = 21.74%

 GREEN value IS 87 (34.38% from 255) = 22.25%

 BLUE value IS 219 (85.94% from 255) = 56.01%

R = 21.74%
G = 22.25%
B = 56.01%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5557DB (or 0x5557DB) is known color: Slate Blue. HEX triplet: 55, 57 and DB. RGB value is (85,87,219). Sum of RGB (Red+Green+Blue) = 85+87+219=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #5557DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557DB is #AAA824. Grayscale: #646464. Windows color (decimal): -11184165 or 14374741. OLE color: 14374741.

HSL color Cylindrical-coordinate representation of color #5557DB: hue angle of 239.1º degrees, saturation: 0.65, 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 #5557DB is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 87 219 -
CMYK 0.61 0.60 0 0.14
HSL 239.1º 0.65% 0.6% -
HSV(B) 239.1º 0.61% 0.86% -
XYZ 19.94 13.86 68.64 -
YUV 101.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 85 87 219 0.61 0.60 0 0.14 239.1 0.65 0.6
Hex 55 57 DB 3D 3C 0 E EF 41 3C
Octal 125 127 333 75 74 0 16 357 101 74
Binary 1010101 1010111 11011011 111101 111100 0 1110 11101111 1000001 111100

Color Harmonies of #5557DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5557DB

Black with #5557DB

Text Example


Text Example

White with #5557DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5557DB; }

 p { color: rgb(85,87,219); }

 H1.HeaderClassName
 {
   color: #5557DB;
 }
 .AnyTagClassName
 {
   color: #5557DB;
 }
</style>

background-color css

<style>
 a { background-color: #5557DB; }

 a { background-color: rgb(85,87,219); }

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

border-color css

<style>
 span { border-color: #5557DB; }

 span { border-color: rgb(85,87,219); }

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