#5766BA

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

Shades of Chetwode Blue #5766BA

Tints of Chetwode Blue #5766BA

Color information

#5766BA (or 0x5766BA) is unknown color: approx Chetwode Blue. HEX triplet: 57, 66 and BA. RGB value is (87,102,186). Sum of RGB (Red+Green+Blue) = 87+102+186=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #5766BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5766BA is #A89945. Grayscale: #6A6A6A. Windows color (decimal): -11049286 or 12215895. OLE color: 12215895.

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

Color convert

RGB87102186-
CMYK0.530.4500.27
HSL230.91º41.77%53.53%-
HSV(B)230.91º53.23%72.94%-
XYZ17.5415.0748.44-
YUV107.09172.53113.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=23.2%
G=27.2%
B=49.6%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871021860.530.4500.27230.9141.7753.53
Hex5766BA352D01Be72a36
Octal12714627265550333475266
Binary101011111001101011101011010110110101101111100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5766BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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