#5470BA

Color #5470BA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5470BA

Tints of Chetwode Blue #5470BA

Color information

#5470BA (or 0x5470BA) is unknown color: approx Chetwode Blue. HEX triplet: 54, 70 and BA. RGB value is (84,112,186). Sum of RGB (Red+Green+Blue) = 84+112+186=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #5470BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5470BA is #AB8F45. Grayscale: #6F6F6F. Windows color (decimal): -11243334 or 12218452. OLE color: 12218452.

HSL color Cylindrical-coordinate representation of color #5470BA: hue angle of 223.53º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5470BA is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84112186-
CMYK0.550.4000.27
HSL223.53º42.5%52.94%-
HSV(B)223.53º54.84%72.94%-
XYZ18.3117.0248.77-
YUV112.06169.72107.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 186 (73.05% from 255) = 48.69%
R=21.99%
G=29.32%
B=48.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841121860.550.4000.27223.5342.552.94
Hex5470BA372801Be02a35
Octal12416027267500333405265
Binary101010011100001011101011011110100001101111100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5470BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5470BA; }

 p { color: rgb(84,112,186); }

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

<style>
 a { background-color: #5470BA; }

 a { background-color: rgb(84,112,186); }

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

<style>
 span { border-color: #5470BA; }

 span { border-color: rgb(84,112,186); }

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