#375C52

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

Shades of Spectra #375C52

Tints of Spectra #375C52

Color information

#375C52 (or 0x375C52) is unknown color: approx Spectra. HEX triplet: 37, 5C and 52. RGB value is (55,92,82). Sum of RGB (Red+Green+Blue) = 55+92+82=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #375C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375C52 is #C8A3AD. Grayscale: #4F4F4F. Windows color (decimal): -13149102 or 5397559. OLE color: 5397559.

HSL color Cylindrical-coordinate representation of color #375C52: hue angle of 163.78º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375C52 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB559282-
CMYK0.4000.110.64
HSL163.78º25.17%28.82%-
HSV(B)163.78º40.22%36.08%-
XYZ6.939.089.37-
YUV79.8129.24110.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=24.02%
G=40.17%
B=35.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5592820.4000.110.64163.7825.1728.82
Hex375C52280B40a4191d
Octal67134122500131002443135
Binary11011110111001010010101000010111000000101001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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