#376057

Color #376057 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #376057

Tints of Spectra #376057

Color information

#376057 (or 0x376057) is unknown color: approx Spectra. HEX triplet: 37, 60 and 57. RGB value is (55,96,87). Sum of RGB (Red+Green+Blue) = 55+96+87=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #376057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376057 is #C89FA8. Grayscale: #525252. Windows color (decimal): -13148073 or 5726263. OLE color: 5726263.

HSL color Cylindrical-coordinate representation of color #376057: hue angle of 166.83º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376057 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB559687-
CMYK0.4300.090.62
HSL166.83º27.15%29.61%-
HSV(B)166.83º42.71%37.65%-
XYZ7.489.8710.53-
YUV82.72130.42108.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=23.11%
G=40.34%
B=36.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596870.4300.090.62166.8327.1529.61
Hex3760572B093Ea71b1e
Octal6714012753011762473336
Binary1101111100000101011110101101001111110101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376057; }

 p { color: rgb(55,96,87); }

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

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

 a { background-color: rgb(55,96,87); }

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

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

 span { border-color: rgb(55,96,87); }

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