Html Css Color HEX #5550E0 Slate Blue

📋 copy color: '#5550E0'

red 85 ◦ green 80 ◦ blue 224

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

Shades of Slate Blue #5550E0

Tints of Slate Blue #5550E0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

 BLUE value IS 224 (87.89% from 255) = 57.58%

R = 21.85%
G = 20.57%
B = 57.58%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5550E0 (or 0x5550E0) is known color: Slate Blue. HEX triplet: 55, 50 and E0. RGB value is (85,80,224). Sum of RGB (Red+Green+Blue) = 85+80+224=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #5550E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5550E0 is #AAAF1F. Grayscale: #616161. Windows color (decimal): -11185952 or 14700629. OLE color: 14700629.

HSL color Cylindrical-coordinate representation of color #5550E0: hue angle of 242.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5550E0 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 80 224 -
CMYK 0.62 0.64 0 0.12
HSL 242.08º 0.7% 0.6% -
HSV(B) 242.08º 0.64% 0.88% -
XYZ 20.07 13.05 71.98 -
YUV 97.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 85 80 224 0.62 0.64 0 0.12 242.08 0.7 0.6
Hex 55 50 E0 3E 40 0 C F2 46 3C
Octal 125 120 340 76 100 0 14 362 106 74
Binary 1010101 1010000 11100000 111110 1000000 0 1100 11110010 1000110 111100

Color Harmonies of #5550E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5550E0

Black with #5550E0

Text Example


Text Example

White with #5550E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5550E0; }

 p { color: rgb(85,80,224); }

 H1.HeaderClassName
 {
   color: #5550E0;
 }
 .AnyTagClassName
 {
   color: #5550E0;
 }
</style>

background-color css

<style>
 a { background-color: #5550E0; }

 a { background-color: rgb(85,80,224); }

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

border-color css

<style>
 span { border-color: #5550E0; }

 span { border-color: rgb(85,80,224); }

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