#554DAF

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

Shades of Rich Blue #554DAF

Tints of Rich Blue #554DAF

Color information

#554DAF (or 0x554DAF) is unknown color: approx Rich Blue. HEX triplet: 55, 4D and AF. RGB value is (85,77,175). Sum of RGB (Red+Green+Blue) = 85+77+175=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #554DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DAF is #AAB250. Grayscale: #5A5A5A. Windows color (decimal): -11186769 or 11488597. OLE color: 11488597.

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

Color convert

RGB8577175-
CMYK0.510.5600.31
HSL244.9º38.89%49.41%-
HSV(B)244.9º56%68.63%-
XYZ14.1410.3341.81-
YUV90.56175.65124.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=25.22%
G=22.85%
B=51.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85771750.510.5600.31244.938.8949.41
Hex554DAF333801Ff52731
Octal12511525763700373654761
Binary101010110011011010111111001111100001111111110101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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