#7573BA

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

Shades of Chetwode Blue #7573BA

Tints of Chetwode Blue #7573BA

Color information

#7573BA (or 0x7573BA) is unknown color: approx Chetwode Blue. HEX triplet: 75, 73 and BA. RGB value is (117,115,186). Sum of RGB (Red+Green+Blue) = 117+115+186=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7573BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7573BA is #8A8C45. Grayscale: #7B7B7B. Windows color (decimal): -9079878 or 12219253. OLE color: 12219253.

HSL color Cylindrical-coordinate representation of color #7573BA: hue angle of 241.69º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7573BA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117115186-
CMYK0.370.3800.27
HSL241.69º33.97%59.02%-
HSV(B)241.69º38.17%72.94%-
XYZ22.3319.5949.06-
YUV123.69163.16123.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=27.99%
G=27.51%
B=44.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171151860.370.3800.27241.6933.9759.02
Hex7573BA252601Bf2223b
Octal16516327245460333624273
Binary111010111100111011101010010110011001101111110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7573BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,115,186); }

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

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

 a { background-color: rgb(117,115,186); }

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

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

 span { border-color: rgb(117,115,186); }

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