#395F56

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

Shades of Spectra #395F56

Tints of Spectra #395F56

Color information

#395F56 (or 0x395F56) is unknown color: approx Spectra. HEX triplet: 39, 5F and 56. RGB value is (57,95,86). Sum of RGB (Red+Green+Blue) = 57+95+86=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #395F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F56 is #C6A0A9. Grayscale: #525252. Windows color (decimal): -13017258 or 5660473. OLE color: 5660473.

HSL color Cylindrical-coordinate representation of color #395F56: hue angle of 165.79º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395F56 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB579586-
CMYK0.4000.090.63
HSL165.79º25%29.8%-
HSV(B)165.79º40%37.25%-
XYZ7.469.7310.29-
YUV82.61129.91109.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 95 (37.5% from 255) = 39.92%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=23.95%
G=39.92%
B=36.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5795860.4000.090.63165.792529.8
Hex395F5628093Fa6191e
Octal7113712650011772463136
Binary1110011011111101011010100001001111111101001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395F56; }

 p { color: rgb(57,95,86); }

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

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

 a { background-color: rgb(57,95,86); }

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

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

 span { border-color: rgb(57,95,86); }

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