#5765BE

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

Shades of Chetwode Blue #5765BE

Tints of Chetwode Blue #5765BE

Color information

#5765BE (or 0x5765BE) is unknown color: approx Chetwode Blue. HEX triplet: 57, 65 and BE. RGB value is (87,101,190). Sum of RGB (Red+Green+Blue) = 87+101+190=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #5765BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5765BE is #A89A41. Grayscale: #6A6A6A. Windows color (decimal): -11049538 or 12477783. OLE color: 12477783.

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

Color convert

RGB87101190-
CMYK0.540.4700.25
HSL231.84º44.21%54.31%-
HSV(B)231.84º54.21%74.51%-
XYZ17.8815.0550.68-
YUV106.96174.86113.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=23.02%
G=26.72%
B=50.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871011900.540.4700.25231.8444.2154.31
Hex5765BE362F019e82c36
Octal12714527666570313505466
Binary101011111001011011111011011010111101100111101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5765BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5765BE; }

 p { color: rgb(87,101,190); }

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

<style>
 a { background-color: #5765BE; }

 a { background-color: rgb(87,101,190); }

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

<style>
 span { border-color: #5765BE; }

 span { border-color: rgb(87,101,190); }

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