#5771BC

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

Shades of Chetwode Blue #5771BC

Tints of Chetwode Blue #5771BC

Color information

#5771BC (or 0x5771BC) is unknown color: approx Chetwode Blue. HEX triplet: 57, 71 and BC. RGB value is (87,113,188). Sum of RGB (Red+Green+Blue) = 87+113+188=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5771BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5771BC is #A88E43. Grayscale: #717171. Windows color (decimal): -11046468 or 12349783. OLE color: 12349783.

HSL color Cylindrical-coordinate representation of color #5771BC: hue angle of 224.55º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5771BC is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87113188-
CMYK0.540.4000.26
HSL224.55º42.98%53.92%-
HSV(B)224.55º53.72%73.73%-
XYZ18.9117.4749.95-
YUV113.78169.89108.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 188 (73.83% from 255) = 48.45%
R=22.42%
G=29.12%
B=48.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871131880.540.4000.26224.5542.9853.92
Hex5771BC362801Ae12b36
Octal12716127466500323415366
Binary101011111100011011110011011010100001101011100001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5771BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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