Html Css Color HEX #5548CC Slate Blue

📋 copy color: '#5548CC'

red 85 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #5548CC

Tints of Slate Blue #5548CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 23.55%
G = 19.94%
B = 56.51%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5548CC (or 0x5548CC) is known color: Slate Blue. HEX triplet: 55, 48 and CC. RGB value is (85,72,204). Sum of RGB (Red+Green+Blue) = 85+72+204=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #5548CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548CC is #AAB733. Grayscale: #5A5A5A. Windows color (decimal): -11188020 or 13387861. OLE color: 13387861.

HSL color Cylindrical-coordinate representation of color #5548CC: hue angle of 245.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5548CC is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 72 204 -
CMYK 0.58 0.65 0 0.2
HSL 245.91º 0.56% 0.54% -
HSV(B) 245.91º 0.65% 0.8% -
XYZ 16.96 10.93 58.34 -
YUV 90.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 85 72 204 0.58 0.65 0 0.2 245.91 0.56 0.54
Hex 55 48 CC 3A 41 0 14 F6 38 36
Octal 125 110 314 72 101 0 24 366 70 66
Binary 1010101 1001000 11001100 111010 1000001 0 10100 11110110 111000 110110

Color Harmonies of #5548CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5548CC

Black with #5548CC

Text Example


Text Example

White with #5548CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5548CC; }

 p { color: rgb(85,72,204); }

 H1.HeaderClassName
 {
   color: #5548CC;
 }
 .AnyTagClassName
 {
   color: #5548CC;
 }
</style>

background-color css

<style>
 a { background-color: #5548CC; }

 a { background-color: rgb(85,72,204); }

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

border-color css

<style>
 span { border-color: #5548CC; }

 span { border-color: rgb(85,72,204); }

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