#395952

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

Shades of Spectra #395952

Tints of Spectra #395952

Color information

#395952 (or 0x395952) is unknown color: approx Spectra. HEX triplet: 39, 59 and 52. RGB value is (57,89,82). Sum of RGB (Red+Green+Blue) = 57+89+82=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #395952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395952 is #C6A6AD. Grayscale: #4E4E4E. Windows color (decimal): -13018798 or 5396793. OLE color: 5396793.

HSL color Cylindrical-coordinate representation of color #395952: hue angle of 166.88º 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 #395952 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB578982-
CMYK0.3600.080.65
HSL166.88º21.92%28.63%-
HSV(B)166.88º35.96%34.9%-
XYZ6.788.629.29-
YUV78.63129.9112.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=25%
G=39.04%
B=35.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789820.3600.080.65166.8821.9228.63
Hex395952240841a7161d
Octal71131122440101012472635
Binary11100110110011010010100100010001000001101001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395952; }

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

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

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

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

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

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

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

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