#395951

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

Shades of Spectra #395951

Tints of Spectra #395951

Color information

#395951 (or 0x395951) is unknown color: approx Spectra. HEX triplet: 39, 59 and 51. RGB value is (57,89,81). Sum of RGB (Red+Green+Blue) = 57+89+81=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #395951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395951 is #C6A6AE. Grayscale: #4E4E4E. Windows color (decimal): -13018799 or 5331257. OLE color: 5331257.

HSL color Cylindrical-coordinate representation of color #395951: hue angle of 165º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #395951 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB578981-
CMYK0.3600.090.65
HSL165º21.92%28.63%-
HSV(B)165º35.96%34.9%-
XYZ6.748.619.09-
YUV78.52129.4112.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 89 (35.16% from 255) = 39.21%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=25.11%
G=39.21%
B=35.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789810.3600.090.6516521.9228.63
Hex395951240941a5161d
Octal71131121440111012452635
Binary11100110110011010001100100010011000001101001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395951; }

 p { color: rgb(57,89,81); }

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

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

 a { background-color: rgb(57,89,81); }

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

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

 span { border-color: rgb(57,89,81); }

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