#554AAA

Color #554AAA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #554AAA

Tints of Rich Blue #554AAA

Color information

#554AAA (or 0x554AAA) is unknown color: approx Rich Blue. HEX triplet: 55, 4A and AA. RGB value is (85,74,170). Sum of RGB (Red+Green+Blue) = 85+74+170=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #554AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554AAA is #AAB555. Grayscale: #575757. Windows color (decimal): -11187542 or 11160149. OLE color: 11160149.

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

Color convert

RGB8574170-
CMYK0.500.5600.33
HSL246.88º39.34%47.84%-
HSV(B)246.88º56.47%66.67%-
XYZ13.459.7339.2-
YUV88.23174.14125.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=25.84%
G=22.49%
B=51.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85741700.500.5600.33246.8839.3447.84
Hex554AAA3238021f72730
Octal12511225262700413674760
Binary1010101100101010101010110010111000010000111110111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #554AAA;
 }
 .AnyTagClassName
 {
   color: #554AAA;
 }
</style>
background-color css

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

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

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

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

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

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