#5461BD

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

Shades of Rich Blue #5461BD

Tints of Rich Blue #5461BD

Color information

#5461BD (or 0x5461BD) is unknown color: approx Rich Blue. HEX triplet: 54, 61 and BD. RGB value is (84,97,189). Sum of RGB (Red+Green+Blue) = 84+97+189=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #5461BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5461BD is #AB9E42. Grayscale: #676767. Windows color (decimal): -11247171 or 12411220. OLE color: 12411220.

HSL color Cylindrical-coordinate representation of color #5461BD: hue angle of 232.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5461BD is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8497189-
CMYK0.560.4900.26
HSL232.57º44.3%53.53%-
HSV(B)232.57º55.56%74.12%-
XYZ17.1214.1149.97-
YUV103.6176.19114.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=22.70%
G=26.22%
B=51.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84971890.560.4900.26232.5744.353.53
Hex5461BD383101Ae92c36
Octal12414127570610323515466
Binary101010011000011011110111100011000101101011101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5461BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5461BD; }

 p { color: rgb(84,97,189); }

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

<style>
 a { background-color: #5461BD; }

 a { background-color: rgb(84,97,189); }

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

<style>
 span { border-color: #5461BD; }

 span { border-color: rgb(84,97,189); }

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