#375A51

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

Shades of Spectra #375A51

Tints of Spectra #375A51

Color information

#375A51 (or 0x375A51) is unknown color: approx Spectra. HEX triplet: 37, 5A and 51. RGB value is (55,90,81). Sum of RGB (Red+Green+Blue) = 55+90+81=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #375A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A51 is #C8A5AE. Grayscale: #4E4E4E. Windows color (decimal): -13149615 or 5331511. OLE color: 5331511.

HSL color Cylindrical-coordinate representation of color #375A51: hue angle of 164.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #375A51 is Cyan = 0.39, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB559081-
CMYK0.3900.10.65
HSL164.57º24.14%28.43%-
HSV(B)164.57º38.89%35.29%-
XYZ6.728.729.11-
YUV78.51129.4111.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=24.34%
G=39.82%
B=35.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5590810.3900.10.65164.5724.1428.43
Hex375A51270A41a5181c
Octal67132121470121012453034
Binary11011110110101010001100111010101000001101001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375A51; }

 p { color: rgb(55,90,81); }

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

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

 a { background-color: rgb(55,90,81); }

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

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

 span { border-color: rgb(55,90,81); }

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