#373552

Color #373552 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #373552

Tints of Payne's Grey #373552

Color information

#373552 (or 0x373552) is unknown color: approx Payne's Grey. HEX triplet: 37, 35 and 52. RGB value is (55,53,82). Sum of RGB (Red+Green+Blue) = 55+53+82=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #373552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373552 is #C8CAAD. Grayscale: #383838. Windows color (decimal): -13159086 or 5387575. OLE color: 5387575.

HSL color Cylindrical-coordinate representation of color #373552: hue angle of 244.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #373552 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB555382-
CMYK0.330.3500.68
HSL244.14º21.48%26.47%-
HSV(B)244.14º35.37%32.16%-
XYZ4.373.978.52-
YUV56.9142.16126.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=28.95%
G=27.89%
B=43.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5553820.330.3500.68244.1421.4826.47
Hex3735522123044f4151a
Octal6765122414301043642532
Binary110111110101101001010000110001101000100111101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373552; }

 p { color: rgb(55,53,82); }

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

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

 a { background-color: rgb(55,53,82); }

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

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

 span { border-color: rgb(55,53,82); }

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