#395A53

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

Shades of Spectra #395A53

Tints of Spectra #395A53

Color information

#395A53 (or 0x395A53) is unknown color: approx Spectra. HEX triplet: 39, 5A and 53. RGB value is (57,90,83). Sum of RGB (Red+Green+Blue) = 57+90+83=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #395A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A53 is #C6A5AC. Grayscale: #4F4F4F. Windows color (decimal): -13018541 or 5462585. OLE color: 5462585.

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

Color convert

RGB579083-
CMYK0.3700.080.65
HSL167.27º22.45%28.82%-
HSV(B)167.27º36.67%35.29%-
XYZ6.98.819.52-
YUV79.33130.07112.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=24.78%
G=39.13%
B=36.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5790830.3700.080.65167.2722.4528.82
Hex395A53250841a7161d
Octal71132123450101012472635
Binary11100110110101010011100101010001000001101001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,90,83); }

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

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

 a { background-color: rgb(57,90,83); }

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

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

 span { border-color: rgb(57,90,83); }

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