#554DAE

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

Shades of Rich Blue #554DAE

Tints of Rich Blue #554DAE

Color information

#554DAE (or 0x554DAE) is unknown color: approx Rich Blue. HEX triplet: 55, 4D and AE. RGB value is (85,77,174). Sum of RGB (Red+Green+Blue) = 85+77+174=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #554DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DAE is #AAB251. Grayscale: #5A5A5A. Windows color (decimal): -11186770 or 11423061. OLE color: 11423061.

HSL color Cylindrical-coordinate representation of color #554DAE: hue angle of 244.95º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554DAE is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8577174-
CMYK0.510.5600.32
HSL244.95º38.65%49.22%-
HSV(B)244.95º55.75%68.24%-
XYZ14.0410.341.29-
YUV90.45175.15124.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=25.30%
G=22.92%
B=51.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85771740.510.5600.32244.9538.6549.22
Hex554DAE3338020f52731
Octal12511525663700403654761
Binary1010101100110110101110110011111000010000011110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,174); }

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

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

 a { background-color: rgb(85,77,174); }

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

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

 span { border-color: rgb(85,77,174); }

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