#5772BD

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

Shades of Chetwode Blue #5772BD

Tints of Chetwode Blue #5772BD

Color information

#5772BD (or 0x5772BD) is unknown color: approx Chetwode Blue. HEX triplet: 57, 72 and BD. RGB value is (87,114,189). Sum of RGB (Red+Green+Blue) = 87+114+189=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #5772BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5772BD is #A88D42. Grayscale: #727272. Windows color (decimal): -11046211 or 12415575. OLE color: 12415575.

HSL color Cylindrical-coordinate representation of color #5772BD: hue angle of 224.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5772BD is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87114189-
CMYK0.540.4000.26
HSL224.12º43.59%54.12%-
HSV(B)224.12º53.97%74.12%-
XYZ19.1317.7350.56-
YUV114.48170.05108.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.31%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=22.31%
G=29.23%
B=48.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871141890.540.4000.26224.1243.5954.12
Hex5772BD362801Ae02c36
Octal12716227566500323405466
Binary101011111100101011110111011010100001101011100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5772BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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