#7572B6

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

Shades of Chetwode Blue #7572B6

Tints of Chetwode Blue #7572B6

Color information

#7572B6 (or 0x7572B6) is unknown color: approx Chetwode Blue. HEX triplet: 75, 72 and B6. RGB value is (117,114,182). Sum of RGB (Red+Green+Blue) = 117+114+182=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #7572B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7572B6 is #8A8D49. Grayscale: #7A7A7A. Windows color (decimal): -9080138 or 11956853. OLE color: 11956853.

HSL color Cylindrical-coordinate representation of color #7572B6: hue angle of 242.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7572B6 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB117114182-
CMYK0.360.3700.29
HSL242.65º31.78%58.04%-
HSV(B)242.65º37.36%71.37%-
XYZ21.819.1946.81-
YUV122.65161.49123.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.33%
GREEN value IS 114 (44.92% from 255) = 27.60%
BLUE value IS 182 (71.48% from 255) = 44.07%
R=28.33%
G=27.60%
B=44.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171141820.360.3700.29242.6531.7858.04
Hex7572B6242501Df3203a
Octal16516226644450353634072
Binary111010111100101011011010010010010101110111110011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7572B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7572B6; }

 p { color: rgb(117,114,182); }

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

<style>
 a { background-color: #7572B6; }

 a { background-color: rgb(117,114,182); }

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

<style>
 span { border-color: #7572B6; }

 span { border-color: rgb(117,114,182); }

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