#5772BB

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

Shades of Chetwode Blue #5772BB

Tints of Chetwode Blue #5772BB

Color information

#5772BB (or 0x5772BB) is unknown color: approx Chetwode Blue. HEX triplet: 57, 72 and BB. RGB value is (87,114,187). Sum of RGB (Red+Green+Blue) = 87+114+187=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #5772BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5772BB is #A88D44. Grayscale: #717171. Windows color (decimal): -11046213 or 12284503. OLE color: 12284503.

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

Color convert

RGB87114187-
CMYK0.530.3900.27
HSL223.8º42.37%53.73%-
HSV(B)223.8º53.48%73.33%-
XYZ18.9217.6549.42-
YUV114.25169.05108.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=22.42%
G=29.38%
B=48.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871141870.530.3900.27223.842.3753.73
Hex5772BB352701Be02a36
Octal12716227365470333405266
Binary101011111100101011101111010110011101101111100000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5772BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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