#5765BA

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

Shades of Chetwode Blue #5765BA

Tints of Chetwode Blue #5765BA

Color information

#5765BA (or 0x5765BA) is unknown color: approx Chetwode Blue. HEX triplet: 57, 65 and BA. RGB value is (87,101,186). Sum of RGB (Red+Green+Blue) = 87+101+186=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #5765BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5765BA is #A89A45. Grayscale: #6A6A6A. Windows color (decimal): -11049542 or 12215639. OLE color: 12215639.

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

Color convert

RGB87101186-
CMYK0.530.4600.27
HSL231.52º41.77%53.53%-
HSV(B)231.52º53.23%72.94%-
XYZ17.4514.8848.41-
YUV106.5172.86114.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.26%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=23.26%
G=27.01%
B=49.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871011860.530.4600.27231.5241.7753.53
Hex5765BA352E01Be82a36
Octal12714527265560333505266
Binary101011111001011011101011010110111001101111101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5765BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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