#5769BF

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

Shades of Chetwode Blue #5769BF

Tints of Chetwode Blue #5769BF

Color information

#5769BF (or 0x5769BF) is unknown color: approx Chetwode Blue. HEX triplet: 57, 69 and BF. RGB value is (87,105,191). Sum of RGB (Red+Green+Blue) = 87+105+191=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #5769BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769BF is #A89640. Grayscale: #6D6D6D. Windows color (decimal): -11048513 or 12544343. OLE color: 12544343.

HSL color Cylindrical-coordinate representation of color #5769BF: hue angle of 229.62º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5769BF is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87105191-
CMYK0.540.4500.25
HSL229.62º44.83%54.51%-
HSV(B)229.62º54.45%74.9%-
XYZ18.3915.8951.39-
YUV109.42174.04112.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.72%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 191 (75% from 255) = 49.87%
R=22.72%
G=27.42%
B=49.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871051910.540.4500.25229.6244.8354.51
Hex5769BF362D019e62d37
Octal12715127766550313465567
Binary101011111010011011111111011010110101100111100110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5769BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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