#5766BE

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

Shades of Chetwode Blue #5766BE

Tints of Chetwode Blue #5766BE

Color information

#5766BE (or 0x5766BE) is unknown color: approx Chetwode Blue. HEX triplet: 57, 66 and BE. RGB value is (87,102,190). Sum of RGB (Red+Green+Blue) = 87+102+190=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #5766BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766BE is #A89941. Grayscale: #6B6B6B. Windows color (decimal): -11049282 or 12478039. OLE color: 12478039.

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

Color convert

RGB87102190-
CMYK0.540.4600.25
HSL231.26º44.21%54.31%-
HSV(B)231.26º54.21%74.51%-
XYZ17.9815.2550.71-
YUV107.55174.53113.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 102 (40.23% from 255) = 26.91%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=22.96%
G=26.91%
B=50.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871021900.540.4600.25231.2644.2154.31
Hex5766BE362E019e72c36
Octal12714627666560313475466
Binary101011111001101011111011011010111001100111100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5766BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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