#5769BA

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

Shades of Chetwode Blue #5769BA

Tints of Chetwode Blue #5769BA

Color information

#5769BA (or 0x5769BA) is unknown color: approx Chetwode Blue. HEX triplet: 57, 69 and BA. RGB value is (87,105,186). Sum of RGB (Red+Green+Blue) = 87+105+186=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #5769BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5769BA is #A89645. Grayscale: #6C6C6C. Windows color (decimal): -11048518 or 12216663. OLE color: 12216663.

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

Color convert

RGB87105186-
CMYK0.530.4400.27
HSL229.09º41.77%53.53%-
HSV(B)229.09º53.23%72.94%-
XYZ17.8415.6748.54-
YUV108.85171.54112.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=23.02%
G=27.78%
B=49.21%

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
Decimal871051860.530.4400.27229.0941.7753.53
Hex5769BA352C01Be52a36
Octal12715127265540333455266
Binary101011111010011011101011010110110001101111100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5769BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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