Html Css Color HEX #554EAA Rich Blue

📋 copy color: '#554EAA'

red 85 ◦ green 78 ◦ blue 170

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

Shades of Rich Blue #554EAA

Tints of Rich Blue #554EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.42%

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 25.53%
G = 23.42%
B = 51.05%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#554EAA (or 0x554EAA) is known color: Rich Blue. HEX triplet: 55, 4E and AA. RGB value is (85,78,170). Sum of RGB (Red+Green+Blue) = 85+78+170=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #554EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554EAA is #AAB155. Grayscale: #5A5A5A. Windows color (decimal): -11186518 or 11161173. OLE color: 11161173.

HSL color Cylindrical-coordinate representation of color #554EAA: hue angle of 244.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554EAA is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 78 170 -
CMYK 0.50 0.54 0 0.33
HSL 244.57º 0.37% 0.49% -
HSV(B) 244.57º 0.54% 0.67% -
XYZ 13.73 10.28 39.29 -
YUV 90.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 85 78 170 0.50 0.54 0 0.33 244.57 0.37 0.49
Hex 55 4E AA 32 36 0 21 F5 25 31
Octal 125 116 252 62 66 0 41 365 45 61
Binary 1010101 1001110 10101010 110010 110110 0 100001 11110101 100101 110001

Color Harmonies of #554EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554EAA

Black with #554EAA

Text Example


Text Example

White with #554EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554EAA; }

 p { color: rgb(85,78,170); }

 H1.HeaderClassName
 {
   color: #554EAA;
 }
 .AnyTagClassName
 {
   color: #554EAA;
 }
</style>

background-color css

<style>
 a { background-color: #554EAA; }

 a { background-color: rgb(85,78,170); }

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

border-color css

<style>
 span { border-color: #554EAA; }

 span { border-color: rgb(85,78,170); }

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