Html Css Color HEX #5549AF Rich Blue

📋 copy color: '#5549AF'

red 85 ◦ green 73 ◦ blue 175

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

Shades of Rich Blue #5549AF

Tints of Rich Blue #5549AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.92%

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 25.53%
G = 21.92%
B = 52.55%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5549AF (or 0x5549AF) is known color: Rich Blue. HEX triplet: 55, 49 and AF. RGB value is (85,73,175). Sum of RGB (Red+Green+Blue) = 85+73+175=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #5549AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5549AF is #AAB650. Grayscale: #575757. Windows color (decimal): -11187793 or 11487573. OLE color: 11487573.

HSL color Cylindrical-coordinate representation of color #5549AF: hue angle of 247.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5549AF is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 73 175 -
CMYK 0.51 0.58 0 0.31
HSL 247.06º 0.41% 0.49% -
HSV(B) 247.06º 0.58% 0.69% -
XYZ 13.87 9.79 41.72 -
YUV 88.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 85 73 175 0.51 0.58 0 0.31 247.06 0.41 0.49
Hex 55 49 AF 33 3A 0 1F F7 29 31
Octal 125 111 257 63 72 0 37 367 51 61
Binary 1010101 1001001 10101111 110011 111010 0 11111 11110111 101001 110001

Color Harmonies of #5549AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5549AF

Black with #5549AF

Text Example


Text Example

White with #5549AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5549AF; }

 p { color: rgb(85,73,175); }

 H1.HeaderClassName
 {
   color: #5549AF;
 }
 .AnyTagClassName
 {
   color: #5549AF;
 }
</style>

background-color css

<style>
 a { background-color: #5549AF; }

 a { background-color: rgb(85,73,175); }

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

border-color css

<style>
 span { border-color: #5549AF; }

 span { border-color: rgb(85,73,175); }

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