#5671BA

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

Shades of Chetwode Blue #5671BA

Tints of Chetwode Blue #5671BA

Color information

#5671BA (or 0x5671BA) is unknown color: approx Chetwode Blue. HEX triplet: 56, 71 and BA. RGB value is (86,113,186). Sum of RGB (Red+Green+Blue) = 86+113+186=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #5671BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5671BA is #A98E45. Grayscale: #707070. Windows color (decimal): -11112006 or 12218710. OLE color: 12218710.

HSL color Cylindrical-coordinate representation of color #5671BA: hue angle of 223.8º 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 #5671BA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB86113186-
CMYK0.540.3900.27
HSL223.8º42.02%53.33%-
HSV(B)223.8º53.76%72.94%-
XYZ18.6117.3348.82-
YUV113.25169.05108.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.34%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=22.34%
G=29.35%
B=48.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal861131860.540.3900.27223.842.0253.33
Hex5671BA362701Be02a35
Octal12616127266470333405265
Binary101011011100011011101011011010011101101111100000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5671BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,113,186); }

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

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

 a { background-color: rgb(86,113,186); }

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

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

 span { border-color: rgb(86,113,186); }

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