#5570BA

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

Shades of Chetwode Blue #5570BA

Tints of Chetwode Blue #5570BA

Color information

#5570BA (or 0x5570BA) is unknown color: approx Chetwode Blue. HEX triplet: 55, 70 and BA. RGB value is (85,112,186). Sum of RGB (Red+Green+Blue) = 85+112+186=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #5570BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5570BA is #AA8F45. Grayscale: #707070. Windows color (decimal): -11177798 or 12218453. OLE color: 12218453.

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

Color convert

RGB85112186-
CMYK0.540.4000.27
HSL223.96º42.26%53.14%-
HSV(B)223.96º54.3%72.94%-
XYZ18.417.0648.78-
YUV112.36169.55108.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=22.19%
G=29.24%
B=48.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851121860.540.4000.27223.9642.2653.14
Hex5570BA362801Be02a35
Octal12516027266500333405265
Binary101010111100001011101011011010100001101111100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5570BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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