#5554AF

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

Shades of Rich Blue #5554AF

Tints of Rich Blue #5554AF

Color information

#5554AF (or 0x5554AF) is unknown color: approx Rich Blue. HEX triplet: 55, 54 and AF. RGB value is (85,84,175). Sum of RGB (Red+Green+Blue) = 85+84+175=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #5554AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5554AF is #AAAB50. Grayscale: #5E5E5E. Windows color (decimal): -11184977 or 11490389. OLE color: 11490389.

HSL color Cylindrical-coordinate representation of color #5554AF: hue angle of 240.66º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5554AF is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8584175-
CMYK0.510.5200.31
HSL240.66º36.25%50.78%-
HSV(B)240.66º52%68.63%-
XYZ14.6511.3741.98-
YUV94.67173.33121.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=24.71%
G=24.42%
B=50.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85841750.510.5200.31240.6636.2550.78
Hex5554AF333401Ff12433
Octal12512425763640373614463
Binary101010110101001010111111001111010001111111110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5554AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5554AF; }

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

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

<style>
 a { background-color: #5554AF; }

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

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

<style>
 span { border-color: #5554AF; }

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

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