Html Css Color HEX #5547C9 Slate Blue

📋 copy color: '#5547C9'

red 85 ◦ green 71 ◦ blue 201

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

Shades of Slate Blue #5547C9

Tints of Slate Blue #5547C9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

 BLUE value IS 201 (78.91% from 255) = 56.3%

R = 23.81%
G = 19.89%
B = 56.3%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5547C9 (or 0x5547C9) is known color: Slate Blue. HEX triplet: 55, 47 and C9. RGB value is (85,71,201). Sum of RGB (Red+Green+Blue) = 85+71+201=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #5547C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547C9 is #AAB836. Grayscale: #595959. Windows color (decimal): -11188279 or 13190997. OLE color: 13190997.

HSL color Cylindrical-coordinate representation of color #5547C9: hue angle of 246.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5547C9 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 71 201 -
CMYK 0.58 0.65 0 0.21
HSL 246.46º 0.55% 0.53% -
HSV(B) 246.46º 0.65% 0.79% -
XYZ 16.54 10.65 56.44 -
YUV 90.01 190.64 124.43 -
System Red Green Blue C M Y K H S L
Decimal 85 71 201 0.58 0.65 0 0.21 246.46 0.55 0.53
Hex 55 47 C9 3A 41 0 15 F6 37 35
Octal 125 107 311 72 101 0 25 366 67 65
Binary 1010101 1000111 11001001 111010 1000001 0 10101 11110110 110111 110101

Color Harmonies of #5547C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5547C9

Black with #5547C9

Text Example


Text Example

White with #5547C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5547C9; }

 p { color: rgb(85,71,201); }

 H1.HeaderClassName
 {
   color: #5547C9;
 }
 .AnyTagClassName
 {
   color: #5547C9;
 }
</style>

background-color css

<style>
 a { background-color: #5547C9; }

 a { background-color: rgb(85,71,201); }

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

border-color css

<style>
 span { border-color: #5547C9; }

 span { border-color: rgb(85,71,201); }

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