Html Css Color HEX #5542D8 Slate Blue

📋 copy color: '#5542D8'

red 85 ◦ green 66 ◦ blue 216

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

Shades of Slate Blue #5542D8

Tints of Slate Blue #5542D8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.98%

 BLUE value IS 216 (84.77% from 255) = 58.86%

R = 23.16%
G = 17.98%
B = 58.86%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5542D8 (or 0x5542D8) is known color: Slate Blue. HEX triplet: 55, 42 and D8. RGB value is (85,66,216). Sum of RGB (Red+Green+Blue) = 85+66+216=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 216 (84.77% from 255 or 58.86% from 367); Max value from RGB is 216 - color contains mainly: blue. Hex color #5542D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5542D8 is #AABD27. Grayscale: #585858. Windows color (decimal): -11189544 or 14172757. OLE color: 14172757.

HSL color Cylindrical-coordinate representation of color #5542D8: hue angle of 247.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5542D8 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 66 216 -
CMYK 0.61 0.69 0 0.15
HSL 247.6º 0.66% 0.55% -
HSV(B) 247.6º 0.69% 0.85% -
XYZ 18.09 10.79 66.09 -
YUV 88.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 85 66 216 0.61 0.69 0 0.15 247.6 0.66 0.55
Hex 55 42 D8 3D 45 0 F F8 42 37
Octal 125 102 330 75 105 0 17 370 102 67
Binary 1010101 1000010 11011000 111101 1000101 0 1111 11111000 1000010 110111

Color Harmonies of #5542D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5542D8

Black with #5542D8

Text Example


Text Example

White with #5542D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5542D8; }

 p { color: rgb(85,66,216); }

 H1.HeaderClassName
 {
   color: #5542D8;
 }
 .AnyTagClassName
 {
   color: #5542D8;
 }
</style>

background-color css

<style>
 a { background-color: #5542D8; }

 a { background-color: rgb(85,66,216); }

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

border-color css

<style>
 span { border-color: #5542D8; }

 span { border-color: rgb(85,66,216); }

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