#5769BB

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

Shades of Chetwode Blue #5769BB

Tints of Chetwode Blue #5769BB

Color information

#5769BB (or 0x5769BB) is unknown color: approx Chetwode Blue. HEX triplet: 57, 69 and BB. RGB value is (87,105,187). Sum of RGB (Red+Green+Blue) = 87+105+187=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #5769BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769BB is #A89644. Grayscale: #6C6C6C. Windows color (decimal): -11048517 or 12282199. OLE color: 12282199.

HSL color Cylindrical-coordinate representation of color #5769BB: hue angle of 229.2º 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 #5769BB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87105187-
CMYK0.530.4400.27
HSL229.2º42.37%53.73%-
HSV(B)229.2º53.48%73.33%-
XYZ17.9515.7249.1-
YUV108.97172.04112.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=22.96%
G=27.70%
B=49.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871051870.530.4400.27229.242.3753.73
Hex5769BB352C01Be52a36
Octal12715127365540333455266
Binary101011111010011011101111010110110001101111100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5769BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5769BB; }

 p { color: rgb(87,105,187); }

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

<style>
 a { background-color: #5769BB; }

 a { background-color: rgb(87,105,187); }

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

<style>
 span { border-color: #5769BB; }

 span { border-color: rgb(87,105,187); }

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