#5772BF

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

Shades of Chetwode Blue #5772BF

Tints of Chetwode Blue #5772BF

Color information

#5772BF (or 0x5772BF) is unknown color: approx Chetwode Blue. HEX triplet: 57, 72 and BF. RGB value is (87,114,191). Sum of RGB (Red+Green+Blue) = 87+114+191=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #5772BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5772BF is #A88D40. Grayscale: #727272. Windows color (decimal): -11046209 or 12546647. OLE color: 12546647.

HSL color Cylindrical-coordinate representation of color #5772BF: hue angle of 224.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5772BF is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB87114191-
CMYK0.540.4000.25
HSL224.42º44.83%54.51%-
HSV(B)224.42º54.45%74.9%-
XYZ19.3517.8251.71-
YUV114.7171.05108.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.19%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 191 (75% from 255) = 48.72%
R=22.19%
G=29.08%
B=48.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal871141910.540.4000.25224.4244.8354.51
Hex5772BF3628019e02d37
Octal12716227766500313405567
Binary101011111100101011111111011010100001100111100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5772BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5772BF; }

 p { color: rgb(87,114,191); }

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

<style>
 a { background-color: #5772BF; }

 a { background-color: rgb(87,114,191); }

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

<style>
 span { border-color: #5772BF; }

 span { border-color: rgb(87,114,191); }

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