Html Css Color HEX #5548CF Slate Blue

📋 copy color: '#5548CF'

red 85 ◦ green 72 ◦ blue 207

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

Shades of Slate Blue #5548CF

Tints of Slate Blue #5548CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.87%

R = 23.35%
G = 19.78%
B = 56.87%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5548CF (or 0x5548CF) is known color: Slate Blue. HEX triplet: 55, 48 and CF. RGB value is (85,72,207). Sum of RGB (Red+Green+Blue) = 85+72+207=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #5548CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548CF is #AAB730. Grayscale: #5A5A5A. Windows color (decimal): -11188017 or 13584469. OLE color: 13584469.

HSL color Cylindrical-coordinate representation of color #5548CF: hue angle of 245.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5548CF is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 72 207 -
CMYK 0.59 0.65 0 0.19
HSL 245.78º 0.58% 0.55% -
HSV(B) 245.78º 0.65% 0.81% -
XYZ 17.33 11.07 60.26 -
YUV 91.28 193.31 123.52 -
System Red Green Blue C M Y K H S L
Decimal 85 72 207 0.59 0.65 0 0.19 245.78 0.58 0.55
Hex 55 48 CF 3B 41 0 13 F6 3A 37
Octal 125 110 317 73 101 0 23 366 72 67
Binary 1010101 1001000 11001111 111011 1000001 0 10011 11110110 111010 110111

Color Harmonies of #5548CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5548CF

Black with #5548CF

Text Example


Text Example

White with #5548CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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