#545DAF

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

Shades of Rich Blue #545DAF

Tints of Rich Blue #545DAF

Color information

#545DAF (or 0x545DAF) is unknown color: approx Rich Blue. HEX triplet: 54, 5D and AF. RGB value is (84,93,175). Sum of RGB (Red+Green+Blue) = 84+93+175=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #545DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545DAF is #ABA250. Grayscale: #636363. Windows color (decimal): -11248209 or 11492692. OLE color: 11492692.

HSL color Cylindrical-coordinate representation of color #545DAF: hue angle of 234.07º 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 #545DAF is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8493175-
CMYK0.520.4700.31
HSL234.07º36.25%50.78%-
HSV(B)234.07º52%68.63%-
XYZ15.3112.8142.22-
YUV99.66170.52116.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=23.86%
G=26.42%
B=49.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84931750.520.4700.31234.0736.2550.78
Hex545DAF342F01Fea2433
Octal12413525764570373524463
Binary101010010111011010111111010010111101111111101010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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