Html Css Color HEX #5549B4 Rich Blue

📋 copy color: '#5549B4'

red 85 ◦ green 73 ◦ blue 180

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

Shades of Rich Blue #5549B4

Tints of Rich Blue #5549B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 53.25%

R = 25.15%
G = 21.6%
B = 53.25%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5549B4 (or 0x5549B4) is known color: Rich Blue. HEX triplet: 55, 49 and B4. RGB value is (85,73,180). Sum of RGB (Red+Green+Blue) = 85+73+180=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #5549B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549B4 is #AAB64B. Grayscale: #585858. Windows color (decimal): -11187788 or 11815253. OLE color: 11815253.

HSL color Cylindrical-coordinate representation of color #5549B4: hue angle of 246.73º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5549B4 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 73 180 -
CMYK 0.53 0.59 0 0.29
HSL 246.73º 0.42% 0.5% -
HSV(B) 246.73º 0.59% 0.71% -
XYZ 14.37 9.99 44.35 -
YUV 88.79 179.48 125.3 -
System Red Green Blue C M Y K H S L
Decimal 85 73 180 0.53 0.59 0 0.29 246.73 0.42 0.5
Hex 55 49 B4 35 3B 0 1D F7 2A 32
Octal 125 111 264 65 73 0 35 367 52 62
Binary 1010101 1001001 10110100 110101 111011 0 11101 11110111 101010 110010

Color Harmonies of #5549B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5549B4

Black with #5549B4

Text Example


Text Example

White with #5549B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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