#5460bc

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

Shades of Rich Blue #5460BC

Tints of Rich Blue #5460BC

Color information

#5460BC (or 0x5460BC) is unknown color: approx Rich Blue. HEX triplet: 54, 60 and BC. RGB value is (84,96,188). Sum of RGB (Red+Green+Blue) = 84+96+188=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #5460BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5460BC is #AB9F43. Grayscale: #666666. Windows color (decimal): -11247428 or 12345428. OLE color: 12345428.

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

Color convert

RGB8496188-
CMYK0.550.4900.26
HSL233.08º43.7%53.33%-
HSV(B)233.08º55.32%73.73%-
XYZ16.9213.8849.36-
YUV102.9176.02114.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=22.83%
G=26.09%
B=51.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84961880.550.4900.26233.0843.753.33
Hex5460BC373101Ae92c35
Octal12414027467610323515465
Binary101010011000001011110011011111000101101011101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5460bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5460bc; }

 p { color: rgb(84,96,188); }

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

<style>
 a { background-color: #5460bc; }

 a { background-color: rgb(84,96,188); }

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

<style>
 span { border-color: #5460bc; }

 span { border-color: rgb(84,96,188); }

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