#5771BA

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

Shades of Chetwode Blue #5771BA

Tints of Chetwode Blue #5771BA

Color information

#5771BA (or 0x5771BA) is unknown color: approx Chetwode Blue. HEX triplet: 57, 71 and BA. RGB value is (87,113,186). Sum of RGB (Red+Green+Blue) = 87+113+186=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #5771BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771BA is #A88E45. Grayscale: #717171. Windows color (decimal): -11046470 or 12218711. OLE color: 12218711.

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

Color convert

RGB87113186-
CMYK0.530.3900.27
HSL224.24º41.77%53.53%-
HSV(B)224.24º53.23%72.94%-
XYZ18.717.3848.82-
YUV113.55168.89109.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.54%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=22.54%
G=29.27%
B=48.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871131860.530.3900.27224.2441.7753.53
Hex5771BA352701Be02a36
Octal12716127265470333405266
Binary101011111100011011101011010110011101101111100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5771BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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