#5764BE

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

Shades of Chetwode Blue #5764BE

Tints of Chetwode Blue #5764BE

Color information

#5764BE (or 0x5764BE) is unknown color: approx Chetwode Blue. HEX triplet: 57, 64 and BE. RGB value is (87,100,190). Sum of RGB (Red+Green+Blue) = 87+100+190=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #5764BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5764BE is #A89B41. Grayscale: #6A6A6A. Windows color (decimal): -11049794 or 12477527. OLE color: 12477527.

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

Color convert

RGB87100190-
CMYK0.540.4700.25
HSL232.43º44.21%54.31%-
HSV(B)232.43º54.21%74.51%-
XYZ17.7814.8650.65-
YUV106.37175.19114.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=23.08%
G=26.53%
B=50.40%

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
Decimal871001900.540.4700.25232.4344.2154.31
Hex5764BE362F019e82c36
Octal12714427666570313505466
Binary101011111001001011111011011010111101100111101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5764BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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