#5764bf

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

Shades of Chetwode Blue #5764BF

Tints of Chetwode Blue #5764BF

Color information

#5764BF (or 0x5764BF) is unknown color: approx Chetwode Blue. HEX triplet: 57, 64 and BF. RGB value is (87,100,191). Sum of RGB (Red+Green+Blue) = 87+100+191=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #5764BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764BF is #A89B40. Grayscale: #6A6A6A. Windows color (decimal): -11049793 or 12543063. OLE color: 12543063.

HSL color Cylindrical-coordinate representation of color #5764BF: hue angle of 232.5º 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 #5764BF is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87100191-
CMYK0.540.4800.25
HSL232.5º44.83%54.51%-
HSV(B)232.5º54.45%74.9%-
XYZ17.8914.951.22-
YUV106.49175.69114.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 191 (75% from 255) = 50.53%
R=23.02%
G=26.46%
B=50.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871001910.540.4800.25232.544.8354.51
Hex5764BF3630019e82d37
Octal12714427766600313505567
Binary101011111001001011111111011011000001100111101000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5764bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5764bf; }

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

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

<style>
 a { background-color: #5764bf; }

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

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

<style>
 span { border-color: #5764bf; }

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

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